Link Text Color

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

What is Link Text Color?

Link Text Color is a Chrome extension developed by oswaldcobblebot, and its main feature is "Changes link color to blue, visited link to purple, body text to black and page background to white.".

Extension Screenshots

screenshot

Download Link Text Color Extension CRX File

Download Link Text Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Link Text Color Link Text Color
ID djajcdbelhandnaichcbohaoefndhnde
Official URL https://chromewebstore.google.com/detail/link-text-color/djajcdbelhandnaichcbohaoefndhnde
Description Changes link color to blue, visited link to purple, body text to black and page background to white.
File Size 20.25 KB
Installation Count 1,822
Current Version 1.3
Last Updated 2015-11-20
Publish Date 2015-11-20
Rating 3.58/5 Total 33 Ratings
Developer oswaldcobblebot
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}