Disable automatic tab discarding
Stops Chrome from suspending tabs, and reloading them when you switch to them.
¿Qué es Disable automatic tab discarding?
Disable automatic tab discarding es una extensión de Chrome desarrollada por World_Languages, y su función principal es "Stops Chrome from suspending tabs, and reloading them when you switch to them.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Disable automatic tab discarding
Descarga archivos de extensión Disable automatic tab discarding 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 automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory. No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it. Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column. 👨💻 Open source: https://github.com/WorldLanguages/DoNotDiscard
Información Básica de la Extensión
Nombre | Disable automatic tab discarding |
ID | dnhngfnfolbmhgealdpolmhimnoliiok |
URL Oficial | https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok |
Descripción | Stops Chrome from suspending tabs, and reloading them when you switch to them. |
Tamaño del Archivo | 29.12 KB |
Cantidad de Instalaciones | 186,833 |
Versión Actual | 1.0.4 |
Última Actualización | 2020-12-16 |
Fecha de Publicación | 2019-11-03 |
Calificación | 3.79/5 Total de 367 Calificaciones |
Desarrollador | World_Languages |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.0.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_manifest_title__", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ], "default_locale": "en" } |