History Disabler

Disable history in Chrome by deleting history when responsible tabs are closed.

History Disabler란 무엇입니까?

History Disabler은(는) Aaron Horler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable history in Chrome by deleting history when responsible tabs are closed."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Disable browsing history in Chrome by deleting history as you close tabs.

WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.

GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium

CHANGELOG 

2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes.                    

확장 프로그램 기본 정보

이름 History Disabler History Disabler
ID idfabmmfgdfcjehenodijniddhhgodgo
공식 URL https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo
설명 Disable history in Chrome by deleting history when responsible tabs are closed.
파일 크기 11.44 KB
설치 횟수 11,595
현재 버전 2.1.0
최근 업데이트 2018-07-14
출시 날짜 2018-07-14
평점 4.03/5 총 65 개의 평점
개발자 Aaron Horler
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aghorler/History-Disabler-for-Chromium
도움말 페이지 URL https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation
개인정보 보호 정책 페이지 URL https://aaronhorler.com/privacy.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Disabler",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "history",
        "downloads",
        "storage",
        "tabs"
    ]
}