No History
Disables history logging
O que é No History?
No History é uma extensão do Chrome desenvolvida por KVSoftware, e sua principal característica é "Disables history logging".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No History
Baixe arquivos de extensão No History 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
With No History your history page will always be blank, so dont worry and keep up browsing. This extension just clears the entire history when Chrome add something there. It's fast and simple. No configurations, no address bar icons - just install and forget about it. ------------- PLEASE NOTE: 1. After you install this extension all your history will be cleared immidiately. 2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.
Informações Básicas da Extensão
Nome | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
URL Oficial | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Descrição | Disables history logging |
Tamanho do Arquivo | 33.09 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0.1 |
Última Atualização | 2013-08-06 |
Data de Publicação | 2013-08-06 |
Classificação | 3.55/5 Total de 146 Avaliações |
Desenvolvedor | KVSoftware |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No History", "description": "Disables history logging", "version": "1.0.1", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "history" ], "background": { "scripts": [ "no_history.js" ], "persistent": false } } |