Link Text Color

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

Wat is Link Text Color?

Link Text Color is een Chrome-extensie ontwikkeld door oswaldcobblebot, en de belangrijkste functie is "Changes link color to blue, visited link to purple, body text to black and page background to white.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Text Color

Download Link Text Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Link Text Color Link Text Color
ID djajcdbelhandnaichcbohaoefndhnde
Officiële URL https://chromewebstore.google.com/detail/link-text-color/djajcdbelhandnaichcbohaoefndhnde
Beschrijving Changes link color to blue, visited link to purple, body text to black and page background to white.
Bestandsgrootte 20.25 KB
Aantal Installaties 1,822
Huidige Versie 1.3
Laatst Bijgewerkt 2015-11-20
Publicatiedatum 2015-11-20
Beoordeling 3.58/5 Totaal 33 Beoordelingen
Ontwikkelaar oswaldcobblebot
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}