contextmenu-source

add JS, CSS link to context menu. see source. https://github.com/kyo-ago/contextmenu-source

What is contextmenu-source?

contextmenu-source is a Chrome extension developed by kyo_ago, and its main feature is "add JS, CSS link to context menu. see source. https://github.com/kyo-ago/contextmenu-source".

Extension Screenshots

screenshot

Download contextmenu-source Extension CRX File

Download contextmenu-source 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

                        add JS, CSS link to context menu.

see source.
https://github.com/kyo-ago/contextmenu-source                    

Extension Basic Information

Name contextmenu-source contextmenu-source
ID fhhcikpajojeibhmagbfkhjlddflbnam
Official URL https://chrome.google.com/webstore/detail/contextmenu-source/fhhcikpajojeibhmagbfkhjlddflbnam
Description add JS, CSS link to context menu. see source. https://github.com/kyo-ago/contextmenu-source
File Size 9.68 KB
Installation Count 111
Current Version 0.7
Last Updated 2014-04-24
Publish Date 2014-04-24
Rating 5.00/5 Total 1 Ratings
Developer kyo_ago
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "contextmenu-source",
    "version": "0.7",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/content_scripts.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "\/lib\/micro-location.js",
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ]
}