History Janitor
A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Qu'est-ce que History Janitor ?
History Janitor est une extension Chrome développée par Nex, et sa fonction principale est "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension History Janitor
Téléchargez les fichiers d'extension History Janitor 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
History Janitor is a good way to manage what's showing up in your address bar. Let's say you're starting to type "you" or "red" and some unwanted URLs are showing up... Well, with this extension, you can prevent that by adding the keyword to the blacklist. It will automatically search (every minutes) and delete the URLs that contains any keywords in the blacklist. Suggestions and feedback are welcomed !
Informations de Base sur l'Extension
Nom | |
ID | kkaakfpimddpndjdgopjbloioapgmlpa |
URL Officiel | https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa |
Description | A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it |
Taille du Fichier | 174 KB |
Nombre d'Installations | 111 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-02-03 |
Date de Publication | 2014-02-03 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Nex |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Janitor", "version": "2.0", "author": "Francis Lacoste", "description": "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "history", "storage", "alarms" ], "options_page": "hj.html", "browser_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "19": "img\/icon128.png", "38": "img\/icon128.png" }, "default_title": "History Janitor" } } |