Draw lines in your browser changing colors and pen sizes scrolling the mouse wheel
JustLines is a Chrome extension to quickly draw simple colored lines in your browser. You can do it on remote or local sites and even pdf files.
You can use it during presentation to highlight some contents or draw simple schemas.
I like to use these kind of tools during presentations and I needed a quick way to change colors and pen size without using popups or options menu but do it keeping the mouse at the current position on the draw. So I decided to use mouse wheel as main controller to change colors and pen size.
- automatic installation: directly from Chrome Web Store
- manual installation:
- download and extract the archive of the latest release
- or clone the repository:
git clone https://github.com/camandel/JustLines.git
- Enable
Developer modein Chrome extension - Press
Load unpackedand select the direcotryextensionfrom the previously cloned repo - Open a web page and click on the icon
to enter drawing mode - Change color (scrolling
mouse wheel) and pen size (pressShiftwhile scrollingmouse wheel) - Press
left buttonand start moving the mouse to draw a line
- press
Ctrl+Shit+Sor click on the extension icon to enable/disable drawing mode - you can also press
ESCto disable drawing mode - keep
left buttonpressed and move the mouse to draw - change pen colors scrolling the
mouse wheel - change pen size pressing
Shiftand scroll themouse wheel - clear draw pressing
Spaceor leaving drawing mode
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Repository: https://github.com/camandel/JustLines
- Issue tracker: https://github.com/camandel/JustLines/issues
- Demo video: https://www.youtube.com/watch?v=hXOa06qxchw
The code in this project is licensed under GNU General Public License v3.0.

