No History
Disables history logging
Hvad er No History?
No History er en Chrome-udvidelse udviklet af KVSoftware, og dens hovedfunktion er "Disables history logging".
Udvidelsesskærmbilleder
Download No History-udvidelses-CRX-fil
Download No History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
Officiel URL | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Beskrivelse | Disables history logging |
Filstørrelse | 33.09 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2013-08-06 |
Udgivelsesdato | 2013-08-06 |
Bedømmelse | 3.55/5 Samlet 146 Bedømmelser |
Udvikler | KVSoftware |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |