No History

Disables history logging

No History란 무엇입니까?

No History은(는) KVSoftware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disables history logging"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        With No History your history page will always be blank, so dont worry and keep up browsing.
This extension just clears the entire history when Chrome add something there. It's fast and simple.
No configurations, no address bar icons - just install and forget about it.
-------------
PLEASE NOTE:
1. After you install this extension all your history will be cleared immidiately.
2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.                    

확장 프로그램 기본 정보

이름 No History No History
ID hdifnhiliocdiomkphonngpedadhinof
공식 URL https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
설명 Disables history logging
파일 크기 33.09 KB
설치 횟수 10,000
현재 버전 1.0.1
최근 업데이트 2013-08-06
출시 날짜 2013-08-06
평점 3.55/5 총 146 개의 평점
개발자 KVSoftware
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No History",
    "description": "Disables history logging",
    "version": "1.0.1",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "history"
    ],
    "background": {
        "scripts": [
            "no_history.js"
        ],
        "persistent": false
    }
}