Sleepy Tabs
This extension puts to sleep tabs that have not been viewed after a while.
Cos'è Sleepy Tabs?
Sleepy Tabs è un'estensione di Chrome sviluppata da Yougli, e la sua funzione principale è "This extension puts to sleep tabs that have not been viewed after a while.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sleepy Tabs
Scarica i file di estensione Sleepy Tabs 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
This extension helps you preserve your precious memory: - sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options). - optionally keeps inactive tabs awake based on an exclude list of domains set in the options. - discarded tabs wake up and reload as soon as they're opened. You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.
Informazioni di Base sull'Estensione
Nome | Sleepy Tabs |
ID | ghbocnpamjieoodjgmpffemppjceocep |
URL Ufficiale | https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep |
Descrizione | This extension puts to sleep tabs that have not been viewed after a while. |
Dimensione del File | 7.33 KB |
Conteggio Installazioni | 246 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-03-01 |
Data di Pubblicazione | 2018-03-01 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Yougli |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sleepy Tabs", "description": "This extension puts to sleep tabs that have not been viewed after a while.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "alarms", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": true } } |