Keep my Pinned Tab
Confirms when you try to close a pinned tab.
Wat is Keep my Pinned Tab?
Keep my Pinned Tab is een Chrome-extensie ontwikkeld door Cassiozen, en de belangrijkste functie is "Confirms when you try to close a pinned tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Keep my Pinned Tab
Download Keep my Pinned Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
Officiële URL | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
Beschrijving | Confirms when you try to close a pinned tab. |
Bestandsgrootte | 14.05 KB |
Aantal Installaties | 747 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2014-09-26 |
Publicatiedatum | 2014-09-26 |
Beoordeling | 2.37/5 Totaal 30 Beoordelingen |
Ontwikkelaar | Cassiozen |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |