Keep my Pinned Tab

Confirms when you try to close a pinned tab.

Co to jest Keep my Pinned Tab?

Keep my Pinned Tab to rozszerzenie Chrome opracowane przez Cassiozen, a jego główną funkcją jest „Confirms when you try to close a pinned tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Keep my Pinned Tab

Pobierz pliki rozszerzeń Keep my Pinned Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Keep my Pinned Tab Keep my Pinned Tab
ID dcebfccimkdnjbkibdmidghomhcodilp
Oficjalny URL https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp
Opis Confirms when you try to close a pinned tab.
Rozmiar pliku 14.05 KB
Liczba instalacji 747
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2014-09-26
Data Publikacji 2014-09-26
Ocena 2.37/5 Łącznie 30 Oceny
Deweloper Cassiozen
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}