Disable automatic tab discarding
Stops Chrome from suspending tabs, and reloading them when you switch to them.
O que é Disable automatic tab discarding?
Disable automatic tab discarding é uma extensão do Chrome desenvolvida por World_Languages, e sua principal característica é "Stops Chrome from suspending tabs, and reloading them when you switch to them.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Disable automatic tab discarding
Baixe arquivos de extensão Disable automatic tab discarding no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Disable automatic tab discarding |
ID | dnhngfnfolbmhgealdpolmhimnoliiok |
URL Oficial | https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok |
Descrição | Stops Chrome from suspending tabs, and reloading them when you switch to them. |
Tamanho do Arquivo | 29.12 KB |
Contagem de Instalações | 186,833 |
Versão Atual | 1.0.4 |
Última Atualização | 2020-12-16 |
Data de Publicação | 2019-11-03 |
Classificação | 3.79/5 Total de 367 Avaliações |
Desenvolvedor | World_Languages |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |