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 mode
in Chrome extension - Press
Load unpacked
and select the direcotryextension
from 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 (pressShift
while scrollingmouse wheel
) - Press
left button
and start moving the mouse to draw a line
- press
Ctrl+Shit+S
or click on the extension icon to enable/disable drawing mode - you can also press
ESC
to disable drawing mode - keep
left button
pressed and move the mouse to draw - change pen colors scrolling the
mouse wheel
- change pen size pressing
Shift
and scroll themouse wheel
- clear draw pressing
Space
or 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.