Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
O que é Blank New Tab?
Blank New Tab é uma extensão do Chrome desenvolvida por http://baylaunch.com, e sua principal característica é "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blank New Tab
Baixe arquivos de extensão Blank New Tab 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
Chrome's "new tab" is a cluttered mess. It's also a memory hog. This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab. You can also customize new tabs with your own text and HTML, via the extension's options page. Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.
Informações Básicas da Extensão
Nome | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
URL Oficial | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
Descrição | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
Tamanho do Arquivo | 5.64 KB |
Contagem de Instalações | 365 |
Versão Atual | 1.0.0.0 |
Última Atualização | 2015-04-07 |
Data de Publicação | 2015-04-07 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | http://baylaunch.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.", "icons": { "128": "128.png" }, "name": "Blank New Tab", "permissions": [ "tabs" ], "version": "1.0.0.0", "options_page": "options.html" } |