TabSnooze
Make tabs come back later
Cos'è TabSnooze?
TabSnooze è un'estensione di Chrome sviluppata da Ohad Ron, e la sua funzione principale è "Make tabs come back later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabSnooze
Scarica i file di estensione TabSnooze in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
TabSnooze allows you to close a tab but have it pop up again later. Features: - You can set your own preset times - The tabs you snooze are saved even if you are offline or your computer is off / asleep. - There are optional desktop notifications, background/active tab, and more
Informazioni di Base sull'Estensione
Nome | TabSnooze |
ID | mclnkhkcgmlfedfolgmabgepmpfnldcp |
URL Ufficiale | https://chromewebstore.google.com/detail/tabsnooze/mclnkhkcgmlfedfolgmabgepmpfnldcp |
Descrizione | Make tabs come back later |
Dimensione del File | 61.84 KB |
Conteggio Installazioni | 188 |
Versione Corrente | 0.31 |
Ultimo Aggiornamento | 2015-11-21 |
Data di Pubblicazione | 2015-11-21 |
Valutazione | 3.89/5 Totale 9 Valutazioni |
Sviluppatore | Ohad Ron |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSnooze", "description": "Make tabs come back later", "version": "0.31", "permissions": [ "tabs", "notifications", "alarms", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon19.png" }, "default_title": "Snooze Tab", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |