ABSOLUTELY Blank New Tab Page
The fastest new tab page page
O que é ABSOLUTELY Blank New Tab Page?
ABSOLUTELY Blank New Tab Page é uma extensão do Chrome desenvolvida por ilyaigpetrov, e sua principal característica é "The fastest new tab page page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ABSOLUTELY Blank New Tab Page
Baixe arquivos de extensão ABSOLUTELY Blank New Tab Page 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
Save a few megabytes of memory by overriding new tab page with an ABSOLUTELY empty text file. Use Ctrl+Shift+B to show and hide the bookmarks bar. Extremely minimalistic to lower the risk of breaking something and make it faster. Open source so everyone may look inside and make sure it has no malware or modify it the way he wants. Public domain so you may do whatever you want with it.
Informações Básicas da Extensão
Nome | ABSOLUTELY Blank New Tab Page |
ID | jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
URL Oficial | https://chromewebstore.google.com/detail/absolutely-blank-new-tab/jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
Descrição | The fastest new tab page page |
Tamanho do Arquivo | 4.85 KB |
Contagem de Instalações | 77 |
Versão Atual | 0.0.0.5 |
Última Atualização | 2019-05-24 |
Data de Publicação | 2019-05-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | ilyaigpetrov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page |
URL da Página de Ajuda | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page/issues |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.0.0.5", "default_locale": "en", "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'", "chrome_url_overrides": { "newtab": ".\/blank.txt" }, "manifest_version": 2 } |