contextmenu-source

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

Was ist contextmenu-source?

contextmenu-source ist eine Chrome-Erweiterung, die von kyo_ago entwickelt wurde, und ihr Hauptmerkmal ist "add JS, CSS link to context menu. see source. https://github.com/kyo-ago/contextmenu-source".

Erweiterungsscreenshots

screenshot

contextmenu-source-Erweiterungs-CRX-Datei herunterladen

Laden Sie contextmenu-source-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        add JS, CSS link to context menu.

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

Grundlegende Informationen zur Erweiterung

Name contextmenu-source contextmenu-source
ID fhhcikpajojeibhmagbfkhjlddflbnam
Offizielle URL https://chrome.google.com/webstore/detail/contextmenu-source/fhhcikpajojeibhmagbfkhjlddflbnam
Beschreibung add JS, CSS link to context menu. see source. https://github.com/kyo-ago/contextmenu-source
Dateigröße 9.68 KB
Installationsanzahl 111
Aktuelle Version 0.7
Letztes Update 2014-04-24
Veröffentlichungsdatum 2014-04-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kyo_ago
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}