Link Text Color

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

Apa itu Link Text Color?

Link Text Color adalah ekstensi Chrome yang dikembangkan oleh oswaldcobblebot, dan fitur utamanya adalah "Changes link color to blue, visited link to purple, body text to black and page background to white.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Link Text Color

Unduh file ekstensi Link Text Color 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 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.                    

Informasi Dasar Ekstensi

Nama Link Text Color Link Text Color
ID djajcdbelhandnaichcbohaoefndhnde
URL Resmi https://chromewebstore.google.com/detail/link-text-color/djajcdbelhandnaichcbohaoefndhnde
Deskripsi Changes link color to blue, visited link to purple, body text to black and page background to white.
Ukuran File 20.25 KB
Jumlah Instalasi 1,822
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-11-20
Tanggal Publikasi 2015-11-20
Penilaian 3.58/5 Total 33 Penilaian
Pengembang oswaldcobblebot
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}