nohistory

Easily trigger history logging on/off

What is nohistory?

nohistory is a Chrome extension developed by https://sites.google.com/site/tredashx, and its main feature is "Easily trigger history logging on/off".

Extension Screenshots

screenshot
screenshot
screenshot

Download nohistory Extension CRX File

Download nohistory 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

                        Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory                    

Extension Basic Information

Name nohistory nohistory
ID ekilnbdikdapophfmkflnpphpcnpffff
Official URL https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff
Description Easily trigger history logging on/off
File Size 29.65 KB
Installation Count 654
Current Version 1.0.0
Last Updated 2019-12-22
Publish Date 2019-12-21
Rating 5.00/5 Total 3 Ratings
Developer https://sites.google.com/site/tredashx
Email [email protected]
Payment Type free
Extension Website https://github.com/tre-x/nohistory
Help Page URL https://sites.google.com/site/tredashx/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nohistory",
    "description": "Easily trigger history logging on\/off",
    "version": "1.0.0",
    "author": "tre-x",
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "history"
    ]
}