The Odin Project Dark Theme

Use dark theme on www.theodinproject.com

Apa itu The Odin Project Dark Theme?

The Odin Project Dark Theme adalah ekstensi Chrome yang dikembangkan oleh andyduss, dan fitur utamanya adalah "Use dark theme on www.theodinproject.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Odin Project Dark Theme

Unduh file ekstensi The Odin Project Dark Theme 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

                        Created by a TOP Student

Source code: https://github.com/mindovermiles262/top-dark-theme

PRs Welcome                    

Informasi Dasar Ekstensi

Nama The Odin Project Dark Theme The Odin Project Dark Theme
ID omiecnmmajomefpodcdjkebeonieonef
URL Resmi https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef
Deskripsi Use dark theme on www.theodinproject.com
Ukuran File 56.43 KB
Jumlah Instalasi 1,000
Versi Saat Ini 2.2.9
Terakhir Diperbarui 2022-01-03
Tanggal Publikasi 2019-03-12
Penilaian 4.88/5 Total 16 Penilaian
Pengembang andyduss
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.theodinproject.com
URL Halaman Bantuan https://andyduss.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Odin Project Dark Theme",
    "version": "2.2.9",
    "description": "Use dark theme on www.theodinproject.com",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.theodinproject.com\/*"
            ],
            "css": [
                "darkMode.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/odin16.png",
        "32": "images\/odin32.png",
        "48": "images\/odin48.png",
        "128": "images\/odin128.png"
    },
    "manifest_version": 2
}