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은(는) Nex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it"입니다.

확장 프로그램 스크린샷

screenshot

History Janitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}