Chrome Extensions I use
There are many useful chrome extensions out there. I probably have way too many installed, here are four that I am currently using.
This post was inspired from Chris over at daily-dev-tips [1]
- LastPass [2]
- Stylus [3]
- Vimium [4]
- hypothesis [5]
---
LastPass [6] # [7]
Love it or hate it passwords are hard to manage. Everyone needs a password manager to avoid the dreaded password reuse, and to be able to quickly rotate them with a service. I use lastpass, thus it’s browser extension is my most used extension.
[6]
---
Stylus [8] # [9]
Stylus is an extension that allows you to add your own CSS to style pages how you want. There seems to be a full community of folks that really use this to the nth degree to style all of their commonly used sites somewhat similarly or add dark mode to sites without it.
Personally I mostly use it to add my favorite syntax highlighting theme to jupyter, onedark. I’ve long lost the original author, but have posted the CSS I use in this gi...