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
官方網址 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"
            ]
        }
    ]
}