Inject sidebar

Inject a sidebar on the current tab when the page action is clicked

Co je Inject sidebar?

Inject sidebar je rozšíření Chrome vyvinuté whittlrapp, a jeho hlavní funkcí je „Inject a sidebar on the current tab when the page action is clicked“.

Stáhnout soubor CRX rozšíření Inject sidebar

Stáhněte si soubory rozšíření Inject sidebar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Inject sidebar Inject sidebar
ID kbbmnigcllcnemhdlaenejpkaklcginf
Oficiální URL https://chromewebstore.google.com/detail/inject-sidebar/kbbmnigcllcnemhdlaenejpkaklcginf
Popis Inject a sidebar on the current tab when the page action is clicked
Velikost souboru 24.6 KB
Počet instalací 12
Aktuální Verze 0.2
Poslední Aktualizace 2016-09-01
Datum Vydání 2016-08-31
Vývojář whittlrapp
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inject sidebar",
    "manifest_version": 2,
    "description": "Inject a sidebar on the current tab when the page action is clicked",
    "version": "0.2",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "whittlr.logo.png",
        "default_title": "Inject sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "frame.html"
    ]
}