A chrome extension to edit bookmarklets with the monaco editor.
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser.
pending review on chrome store
- Go to
chrome://extensions/
- Enable
Developer mode
slider - Download the latest
.ext
from (releases](https://github.com/ahmed-musallam/chrome-bookmarklet-manager/releases) - Drag
.ext
file onto chrome to install
- Clone this repo
- Go to
chrome://extensions/
- Enable
Developer mode
slider - Click
Load unpacked
- Aelect the
ext
folder from the cloned repo - Run
npm run dev
: will watch source changes and build the Js bundle and put it in theext
folder.