Keep my Pinned Tab

Confirms when you try to close a pinned tab.

What is Keep my Pinned Tab?

Keep my Pinned Tab is a Chrome extension developed by Cassiozen, and its main feature is "Confirms when you try to close a pinned tab.".

Extension Screenshots

screenshot

Download Keep my Pinned Tab Extension CRX File

Download Keep my Pinned Tab 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

                        Do you keep accidentally closing your pinned tabs? Do you hate yourself for this pesky behaviour? 
"Keep my Pinned Tab" is here to help, giving you a reminder every time you try to close a pinned tab.


FAQ:
----

Q: I just installed and it didn't work!!!
A: Only works with tabs pinned after you install the extension. You can unpin and pin again your existing tabs after installing. 


Source code: github.com/cassiozen/Keep-my-Pinned-Tab
Icon credits: paomedia (github.com/paomedia/small-n-flat)                    

Extension Basic Information

Name Keep my Pinned Tab Keep my Pinned Tab
ID dcebfccimkdnjbkibdmidghomhcodilp
Official URL https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp
Description Confirms when you try to close a pinned tab.
File Size 14.05 KB
Installation Count 747
Current Version 0.1.0
Last Updated 2014-09-26
Publish Date 2014-09-26
Rating 2.37/5 Total 30 Ratings
Developer Cassiozen
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep my Pinned Tab",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Confirms when you try to close a pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}