https://github.com/ddavison/chrome-bookmarklet-ide
Chrome Bookmarklet IDE
https://github.com/ddavison/chrome-bookmarklet-ide
Last synced: about 1 year ago
JSON representation
Chrome Bookmarklet IDE
- Host: GitHub
- URL: https://github.com/ddavison/chrome-bookmarklet-ide
- Owner: ddavison
- License: other
- Created: 2015-12-03T03:30:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T16:24:54.000Z (over 1 year ago)
- Last Synced: 2025-03-27T08:22:14.447Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: https://chrome.google.com/webstore/detail/bookmarklet-ide/peebnjhlifoemfpcffdlbcdppmikglek
- Size: 113 KB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

Chrome Bookmarklet IDE
===
> A built-in IDE in Google Chrome for creating JavaScript Bookmarklets
What it does
===
> Manage, run, edit your bookmarklets through this Chrome extension
The IDE provides a build-in code editor powered by [CodeMirror](https://codemirror.net)
Features
========
## See all bookmarklets in your project directory

## Edit existing bookmarklets

## Add bookmarklets from the web

## Themeable

Develop
===
- Clone the repository
- Configure
> $ npm install -g bower
> $ npm install
> $ bower install
- Compile all sources from `./src` into `./dist`.
> $ grunt
- In Chrome, enable Developer mode, and click "Load unpacked extension"
- Select the `./dist` folder and click OK.
After making changes...
- Compile all sources
> $ grunt
- In Chrome, find the extension and click "Reload".