History Janitor

A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it

Cos'è History Janitor?

History Janitor è un'estensione di Chrome sviluppata da Nex, e la sua funzione principale è "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione History Janitor

Scarica i file di estensione History Janitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome History Janitor History Janitor
ID kkaakfpimddpndjdgopjbloioapgmlpa
URL Ufficiale https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa
Descrizione A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Dimensione del File 174 KB
Conteggio Installazioni 111
Versione Corrente 2.0
Ultimo Aggiornamento 2014-02-03
Data di Pubblicazione 2014-02-03
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore Nex
Tipo di Pagamento free
Lingue Supportate 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"
    }
}