History Janitor

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

Τι είναι το History Janitor;

Το History Janitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nex, και η κύρια λειτουργία του είναι "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης History Janitor

Λήψη αρχείων επέκτασης History Janitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 !                    

Βασικές Πληροφορίες Επέκτασης

Όνομα History Janitor History Janitor
ID kkaakfpimddpndjdgopjbloioapgmlpa
Επίσημο URL https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa
Περιγραφή A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Μέγεθος Αρχείου 174 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2014-02-03
Ημερομηνία Δημοσίευσης 2014-02-03
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Nex
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}