Link Text Color

Changes link color to blue, visited link to purple, body text to black and page background to white.

什么是Link Text Color?

Link Text Color是由oswaldcobblebot开发的Chrome扩展程序,该扩展的主要功能是“Changes link color to blue, visited link to purple, body text to black and page background to white.”。

扩展截图

screenshot

下载Link Text Color扩展crx文件

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

扩展使用说明

                        This extension changes global link color to blue, visited link to purple, body text to black and page background to white. No option to change colors.                    

扩展基本信息

名称 Link Text Color Link Text Color
ID djajcdbelhandnaichcbohaoefndhnde
官方URL https://chromewebstore.google.com/detail/link-text-color/djajcdbelhandnaichcbohaoefndhnde
简介 Changes link color to blue, visited link to purple, body text to black and page background to white.
文件大小 20.25 KB
安装次数 1,822
当前版本 1.3
更新时间 2015-11-20
上架时间 2015-11-20
评分 3.58/5 共33次评分
开发者 oswaldcobblebot
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Text Color",
    "description": "Changes link color to blue, visited link to purple, body text to black and page background to white.",
    "version": "1.3",
    "icons": {
        "128": "icon_txt.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Link Text Color"
    },
    "commands": {
        "command_toggle_global": {
            "description": "Toggle COLORS on\/off"
        },
        "command_toggle_site": {
            "description": "Toggle COLORS on a site"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Custom.css"
            ]
        }
    ]
}