Visited

Change the color of visited links

Vad är Visited?

Visited är en Chrome-tillägg utvecklad av rdg, och dess huvudfunktion är "Change the color of visited links".

Tilläggsskärmbilder

screenshot

Ladda ner Visited-förlängningens CRX-fil

Ladda ner Visited-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This rather-minimalistic extension changes the color of visited links to a nice red.                    

Grundläggande Information om Tillägg

Namn Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
Officiell webbadress https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
Beskrivning Change the color of visited links
Filstorlek 23.08 KB
Antal Installationer 6,184
Aktuell Version 0.1
Senast Uppdaterad 2015-06-17
Publiceringsdatum 2015-06-17
Betyg 4.49/5 Totalt 80 Betyg
Utvecklare rdg
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}