No History
Disables history logging
Wat is No History?
No History is een Chrome-extensie ontwikkeld door KVSoftware, en de belangrijkste functie is "Disables history logging".
Extensie Screenshots
Download het CRX-bestand van de extensie No History
Download No History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
Officiële URL | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Beschrijving | Disables history logging |
Bestandsgrootte | 33.09 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2013-08-06 |
Publicatiedatum | 2013-08-06 |
Beoordeling | 3.55/5 Totaal 146 Beoordelingen |
Ontwikkelaar | KVSoftware |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |