Bookmarklet Manager
A manager for bookmarklets
What is Bookmarklet Manager?
Bookmarklet Manager is a Chrome extension developed by http://ahmedmusallam.com, and its main feature is "A manager for bookmarklets".
Extension Screenshots
Download Bookmarklet Manager Extension CRX File
Download Bookmarklet Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hnfalphalbimcocdnpcjbpkjiaobnkln |
Official URL | https://chrome.google.com/webstore/detail/bookmarklet-manager/hnfalphalbimcocdnpcjbpkjiaobnkln |
Description | A manager for bookmarklets |
File Size | 5.22 MB |
Installation Count | 129 |
Current Version | 0.0.1 |
Last Updated | 2019-06-14 |
Publish Date | 2019-06-14 |
Developer | http://ahmedmusallam.com |
Payment Type | free |
Extension Website | https://github.com/ahmed-musallam/chrome-bookmarklet-manager |
Help Page URL | https://github.com/ahmed-musallam/chrome-bookmarklet-manager |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarklet Manager", "version": "0.0.1", "manifest_version": 2, "description": "A manager for bookmarklets", "homepage_url": "https:\/\/github.com\/ahmed-musallam\/chrome-bookmarklet-manager", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "options\/index.html", "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "browser action demo", "default_popup": "popup\/popup.html" }, "permissions": [ "bookmarks", "tabs", "storage" ] } |