Sleepy Tabs
This extension puts to sleep tabs that have not been viewed after a while.
¿Qué es Sleepy Tabs?
Sleepy Tabs es una extensión de Chrome desarrollada por Yougli, y su función principal es "This extension puts to sleep tabs that have not been viewed after a while.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sleepy Tabs
Descarga archivos de extensión Sleepy Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Sleepy Tabs |
ID | ghbocnpamjieoodjgmpffemppjceocep |
URL Oficial | https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep |
Descripción | This extension puts to sleep tabs that have not been viewed after a while. |
Tamaño del Archivo | 7.33 KB |
Cantidad de Instalaciones | 246 |
Versión Actual | 1.1 |
Última Actualización | 2018-03-01 |
Fecha de Publicación | 2018-03-01 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Yougli |
Tipo de Pago | free |
Idiomas Soportados | 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 } } |