PinIt

PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.

What is PinIt?

PinIt is a Chrome extension developed by Tom Taylor, and its main feature is "PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.".

Extension Screenshots

screenshot

Download PinIt Extension CRX File

Download PinIt 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

                        Simply press Ctrl+Shift+S (PC) or CMD+Shift+S (Mac) to toggle its state.                    

Extension Basic Information

Name PinIt PinIt
ID pkdccieegjgkldobeefnfomkdihlkcdp
Official URL https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp
Description PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
File Size 10.63 KB
Installation Count 77
Current Version 1.9
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 3.33/5 Total 3 Ratings
Developer Tom Taylor
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PinIt",
    "description": "PinIt adds a keyboard shortcut to quickly pin\/unpin your tabs.",
    "version": "1.9",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}