No History
Disables history logging
Qu'est-ce que No History ?
No History est une extension Chrome développée par KVSoftware, et sa fonction principale est "Disables history logging".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No History
Téléchargez les fichiers d'extension No History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
URL Officiel | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Description | Disables history logging |
Taille du Fichier | 33.09 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2013-08-06 |
Date de Publication | 2013-08-06 |
Évaluation | 3.55/5 Total 146 Évaluations |
Développeur | KVSoftware |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |