Visited

Change the color of visited links

什么是Visited?

Visited是由rdg开发的Chrome扩展程序,该扩展的主要功能是“Change the color of visited links”。

扩展截图

screenshot

下载Visited扩展crx文件

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

扩展使用说明

                        This rather-minimalistic extension changes the color of visited links to a nice red.                    

扩展基本信息

名称 Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
官方URL https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
简介 Change the color of visited links
文件大小 23.08 KB
安装次数 6,184
当前版本 0.1
更新时间 2015-06-17
上架时间 2015-06-17
评分 4.49/5 共80次评分
开发者 rdg
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visited",
    "description": "Change the color of visited links",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Custom.css"
            ]
        }
    ]
}