Keep my Pinned Tab

Confirms when you try to close a pinned tab.

Vad är Keep my Pinned Tab?

Keep my Pinned Tab är en Chrome-tillägg utvecklad av Cassiozen, och dess huvudfunktion är "Confirms when you try to close a pinned tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Keep my Pinned Tab-förlängningens CRX-fil

Ladda ner Keep my Pinned Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Keep my Pinned Tab Keep my Pinned Tab
ID dcebfccimkdnjbkibdmidghomhcodilp
Officiell webbadress https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp
Beskrivning Confirms when you try to close a pinned tab.
Filstorlek 14.05 KB
Antal Installationer 747
Aktuell Version 0.1.0
Senast Uppdaterad 2014-09-26
Publiceringsdatum 2014-09-26
Betyg 2.37/5 Totalt 30 Betyg
Utvecklare Cassiozen
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}