No History
Disables history logging
Co je No History?
No History je rozšíření Chrome vyvinuté KVSoftware, a jeho hlavní funkcí je „Disables history logging“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření No History
Stáhněte si soubory rozšíření No History ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
Oficiální URL | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Popis | Disables history logging |
Velikost souboru | 33.09 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2013-08-06 |
Datum Vydání | 2013-08-06 |
Hodnocení | 3.55/5 Celkem 146 Hodnocení |
Vývojář | KVSoftware |
Typ Platby | free |
Podporované Jazyky | 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 } } |