Keep my Pinned Tab

Confirms when you try to close a pinned tab.

Qu'est-ce que Keep my Pinned Tab ?

Keep my Pinned Tab est une extension Chrome développée par Cassiozen, et sa fonction principale est "Confirms when you try to close a pinned tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keep my Pinned Tab

Téléchargez les fichiers d'extension Keep my Pinned Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Keep my Pinned Tab Keep my Pinned Tab
ID dcebfccimkdnjbkibdmidghomhcodilp
URL Officiel https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp
Description Confirms when you try to close a pinned tab.
Taille du Fichier 14.05 KB
Nombre d'Installations 747
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-09-26
Date de Publication 2014-09-26
Évaluation 2.37/5 Total 30 Évaluations
Développeur Cassiozen
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}