nohistory

Easily trigger history logging on/off

什么是nohistory?

nohistory是由https://sites.google.com/site/tredashx开发的Chrome扩展程序,该扩展的主要功能是“Easily trigger history logging on/off”。

扩展截图

screenshot
screenshot
screenshot

下载nohistory扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 nohistory nohistory
ID ekilnbdikdapophfmkflnpphpcnpffff
官方URL https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff
简介 Easily trigger history logging on/off
文件大小 29.65 KB
安装次数 654
当前版本 1.0.0
更新时间 2019-12-22
上架时间 2019-12-21
评分 5.00/5 共3次评分
开发者 https://sites.google.com/site/tredashx
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tre-x/nohistory
帮助页面URL https://sites.google.com/site/tredashx/
支持的语言 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"
    ]
}