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"
            ]
        }
    ]
}