Script Menu
Executing a script from right click context menu
What is Script Menu?
Script Menu is a Chrome extension developed by 安東邦泰, and its main feature is "Executing a script from right click context menu".
Extension Screenshots
Download Script Menu Extension CRX File
Download Script Menu 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
Executing a script/bookmarklet from right click context menu. GM_* functions not supported. v4.6 bugfix Script Menu for Programmers! too hard for beginners. Not recommended for beginners. ===================== Jeffrey Chan How does one use this?... ===================== gadfly. Please stop nagging. I recommend Tampermonkey. https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
Extension Basic Information
Name | Script Menu |
ID | gjaimbbhbanehmbfnfikbpnimkcciofl |
Official URL | https://chromewebstore.google.com/detail/script-menu/gjaimbbhbanehmbfnfikbpnimkcciofl |
Description | Executing a script from right click context menu |
File Size | 253 KB |
Installation Count | 1,436 |
Current Version | 4.6 |
Last Updated | 2015-08-20 |
Publish Date | 2015-08-20 |
Rating | 4.38/5 Total 13 Ratings |
Developer | 安東邦泰 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Script Menu", "description": "Executing a script from right click context menu", "background": { "page": "background.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; connect-src *; img-src *; frame-src *; media-src *; style-src * 'unsafe-inline'; font-src *; object-src 'self'", "minimum_chrome_version": "18", "permissions": [ "tabs", " |