Visited

Change the color of visited links

Wat is Visited?

Visited is een Chrome-extensie ontwikkeld door rdg, en de belangrijkste functie is "Change the color of visited links".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Visited

Download Visited-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 rather-minimalistic extension changes the color of visited links to a nice red.                    

Basisinformatie over de Extensie

Naam Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
Officiële URL https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
Beschrijving Change the color of visited links
Bestandsgrootte 23.08 KB
Aantal Installaties 6,184
Huidige Versie 0.1
Laatst Bijgewerkt 2015-06-17
Publicatiedatum 2015-06-17
Beoordeling 4.49/5 Totaal 80 Beoordelingen
Ontwikkelaar rdg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visited",
    "description": "Change the color of visited links",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Custom.css"
            ]
        }
    ]
}