Visited

Change the color of visited links

Co to jest Visited?

Visited to rozszerzenie Chrome opracowane przez rdg, a jego główną funkcją jest „Change the color of visited links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Visited

Pobierz pliki rozszerzeń Visited w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
Oficjalny URL https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
Opis Change the color of visited links
Rozmiar pliku 23.08 KB
Liczba instalacji 6,184
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-06-17
Data Publikacji 2015-06-17
Ocena 4.49/5 Łącznie 80 Oceny
Deweloper rdg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}