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
电子邮箱 [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"
    ]
}