Keep my Pinned Tab
Confirms when you try to close a pinned tab.
Hvad er Keep my Pinned Tab?
Keep my Pinned Tab er en Chrome-udvidelse udviklet af Cassiozen, og dens hovedfunktion er "Confirms when you try to close a pinned tab.".
Udvidelsesskærmbilleder
Download Keep my Pinned Tab-udvidelses-CRX-fil
Download Keep my Pinned Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
Officiel URL | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
Beskrivelse | Confirms when you try to close a pinned tab. |
Filstørrelse | 14.05 KB |
Antal Installationer | 747 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2014-09-26 |
Udgivelsesdato | 2014-09-26 |
Bedømmelse | 2.37/5 Samlet 30 Bedømmelser |
Udvikler | Cassiozen |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |