Inject sidebar

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

What is Inject sidebar?

Inject sidebar is a Chrome extension developed by whittlrapp, and its main feature is "Inject a sidebar on the current tab when the page action is clicked".

Download Inject sidebar Extension CRX File

Download Inject sidebar 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

                                            

Extension Basic Information

Name Inject sidebar Inject sidebar
ID kbbmnigcllcnemhdlaenejpkaklcginf
Official URL https://chromewebstore.google.com/detail/inject-sidebar/kbbmnigcllcnemhdlaenejpkaklcginf
Description Inject a sidebar on the current tab when the page action is clicked
File Size 24.6 KB
Installation Count 12
Current Version 0.2
Last Updated 2016-09-01
Publish Date 2016-08-31
Developer whittlrapp
Payment Type free
Supported Languages 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"
    ]
}