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 là gì?

History Janitor là một tiện ích mở rộng Chrome được phát triển bởi Nex, và tính năng chính của nó là "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Janitor

Tải xuống các tệp mở rộng History Janitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Janitor History Janitor
ID kkaakfpimddpndjdgopjbloioapgmlpa
URL Chính Thức https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa
Mô tả A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-02-03
Ngày Phát Hành 2014-02-03
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nex
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}