Skip to content

ahmed-musallam/chrome-bookmarklet-manager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ext
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

πŸ”– Chrome Bookmarklet Manager

A chrome extension to edit bookmarklets with the monaco editor.

bookmarklet manager demo

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

Development

  • 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 the ext folder.