Darkipedia Dark Mode for Wikipedia

Make your Wikipedia pages dark and easy on the eyes.

Apa itu Darkipedia Dark Mode for Wikipedia?

Darkipedia Dark Mode for Wikipedia adalah ekstensi Chrome yang dikembangkan oleh Yiğitsr, dan fitur utamanya adalah "Make your Wikipedia pages dark and easy on the eyes.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Darkipedia Dark Mode for Wikipedia

Unduh file ekstensi Darkipedia Dark Mode for Wikipedia 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

                        * Dark mode for wikipedia
* Easy on the eyes
* Gray-blue dark theme

What's new in v0.3
* Added border-radius to boxes and images
* Changed some colors for better readability
* Changed texts to justify aligned                    

Informasi Dasar Ekstensi

Nama Darkipedia Dark Mode for Wikipedia Darkipedia Dark Mode for Wikipedia
ID ghgfpngolhhooggknfobjnjojdpedpag
URL Resmi https://chromewebstore.google.com/detail/darkipedia-dark-mode-for/ghgfpngolhhooggknfobjnjojdpedpag
Deskripsi Make your Wikipedia pages dark and easy on the eyes.
Ukuran File 2.08 MB
Jumlah Instalasi 166
Versi Saat Ini 0.3
Terakhir Diperbarui 2024-01-28
Tanggal Publikasi 2022-03-10
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Yiğitsr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkipedia Dark Mode for Wikipedia",
    "version": "0.3",
    "description": "Make your Wikipedia pages dark and easy on the eyes.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "18": "icons\/icon18.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikimedia.org\/*",
                "https:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikibooks.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/*.wikispecies.org\/*"
            ],
            "css": [
                "css\/darkipedia.css"
            ]
        }
    ]
}