History On/Off

Pause and resume history with a click

History On/Offとは何ですか?

History On/Offはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Pause and resume history with a click」です。

拡張機能のスクリーンショット

screenshot
screenshot

History On/Off拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is just a simple on/off switch. Click to pause history logging. Click again to resume. 
When activated, it clears the log while you are browsing.  That's all it does.                    

拡張機能の基本情報

名前 History On/Off History On/Off
ID ljbpakpmiimdmblcjjhhbfabbkmcgmdp
公式URL https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp
説明 Pause and resume history with a click
ファイルサイズ 31.55 KB
インストール数 10,000
現在のバージョン 1.3.6.1
最終更新日 2018-01-09
公開日 2018-01-08
評価 3.98/5 合計 65 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://singleclickapps.com/history-on-off/
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History On\/Off",
    "version": "1.3.6.1",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/history-on-off",
    "description": "Pause and resume history with a click",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "history",
        "browsingData",
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "History On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "settings.html"
}