History On/Off Switch

Selectively/Temporary Enable/Disable Browser History

什么是History On/Off Switch?

History On/Off Switch是由HedCET开发的Chrome扩展程序,该扩展的主要功能是“Selectively/Temporary Enable/Disable Browser History”。

扩展截图

screenshot
screenshot
screenshot

下载History On/Off Switch扩展crx文件

下载History On/Off Switch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        this extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history

if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close

similar in downloads history, this extension will clear the downloads history when it done

if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page

clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns                    

扩展基本信息

名称 History On/Off Switch History On/Off Switch
ID emmnfedbicipebplokdnmiggphokpneo
官方URL https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo
简介 Selectively/Temporary Enable/Disable Browser History
文件大小 8.1 KB
安装次数 26
当前版本 1.5
更新时间 2021-07-12
上架时间 2021-07-01
开发者 HedCET
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/HedCET/disable-history/wiki
帮助页面URL https://github.com/HedCET/disable-history/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.scripts.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png",
        "default_title": "History Enabled"
    },
    "description": "Selectively\/Temporary Enable\/Disable Browser History",
    "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki",
    "icons": {
        "48": "enabled.png"
    },
    "manifest_version": 2,
    "name": "History On\/Off Switch",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "version": "1.5"
}