History On/Off

Pause and resume history with a click

What is History On/Off?

History On/Off is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Pause and resume history with a click".

Extension Screenshots

screenshot
screenshot

Download History On/Off Extension CRX File

Download History On/Off extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name History On/Off History On/Off
ID ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Official URL https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp
Description Pause and resume history with a click
File Size 31.55 KB
Installation Count 10,000
Current Version 1.3.6.1
Last Updated 2018-01-09
Publish Date 2018-01-08
Rating 3.98/5 Total 65 Ratings
Developer https://singleclickapps.com
Email [email protected]
Payment Type free
Extension Website https://singleclickapps.com/history-on-off/
Privacy Policy Page URL https://singleclickapps.com/privacy.html
Supported Languages 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"
}