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ファイルをダウンロード

History Disabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}