π Chrome Bookmarklet Manager
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.
Install
pending review on chrome store
- Go to
chrome://extensions/ - Enable
Developer modeslider - Download the latest
.extfrom (releases](https://github.com/ahmed-musallam/chrome-bookmarklet-manager/releases) - Drag
.extfile onto chrome to install
Development
- Clone this repo
- Go to
chrome://extensions/ - Enable
Developer modeslider - Click
Load unpacked - Aelect the
extfolder from the cloned repo - Run
npm run dev: will watch source changes and build the Js bundle and put it in theextfolder.
