Visited

Change the color of visited links

Apa itu Visited?

Visited adalah ekstensi Chrome yang dikembangkan oleh rdg, dan fitur utamanya adalah "Change the color of visited links".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Visited

Unduh file ekstensi Visited dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
URL Resmi https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
Deskripsi Change the color of visited links
Ukuran File 23.08 KB
Jumlah Instalasi 6,184
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-06-17
Tanggal Publikasi 2015-06-17
Penilaian 4.49/5 Total 80 Penilaian
Pengembang rdg
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}