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