Inject sidebar

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

Wat is Inject sidebar?

Inject sidebar is een Chrome-extensie ontwikkeld door whittlrapp, en de belangrijkste functie is "Inject a sidebar on the current tab when the page action is clicked".

Download het CRX-bestand van de extensie Inject sidebar

Download Inject sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Inject sidebar Inject sidebar
ID kbbmnigcllcnemhdlaenejpkaklcginf
Officiële URL https://chromewebstore.google.com/detail/inject-sidebar/kbbmnigcllcnemhdlaenejpkaklcginf
Beschrijving Inject a sidebar on the current tab when the page action is clicked
Bestandsgrootte 24.6 KB
Aantal Installaties 12
Huidige Versie 0.2
Laatst Bijgewerkt 2016-09-01
Publicatiedatum 2016-08-31
Ontwikkelaar whittlrapp
Betalingswijze free
Ondersteunde Talen 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"
    ]
}