A Chrome extension for drawing on any webpage with customizable shortcuts.
- Draw on any webpage with pen, highlighter, and eraser tools
- Fully customizable keyboard and mouse shortcuts
- No data storage - purely for scratch work
- Clean, minimal interface
- Clone the repository
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer Mode
- Click "Load unpacked" and select the
webfolder
D- Toggle drawing mode (when not in input field)Escape- Exit drawing modeCtrl+Shift+C- Clear canvasP- Select pen tool (when in drawing mode)H- Select highlighter tool (when in drawing mode)E- Select eraser tool (when in drawing mode)- Right-click (hold) - Temporary eraser
- Double right-click - Clear all drawings
- Click extension icon - Toggle drawing mode
The project is organized into:
/web- Chrome extension code/api- Future API development (if needed)