Unvisit

Mark link as unvisited by removing the url from the browsers history

什么是Unvisit?

Unvisit是由smukkekim开发的Chrome扩展程序,该扩展的主要功能是“Mark link as unvisited by removing the url from the browsers history”。

扩展截图

screenshot

下载Unvisit扩展crx文件

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

扩展使用说明

                        Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history                    

扩展基本信息

名称 Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
官方URL https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
简介 Mark link as unvisited by removing the url from the browsers history
文件大小 12.59 KB
安装次数 78
当前版本 1.0
更新时间 2020-11-20
上架时间 2018-07-19
评分 5.00/5 共2次评分
开发者 smukkekim
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unvisit",
    "description": "Mark link as unvisited by removing the url from the browsers history",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "contextMenus"
    ]
}