Dark Octo Themes

Allows you to view source code on GitHub with a dark theme instead of the default light theme.

Apa itu Dark Octo Themes?

Dark Octo Themes adalah ekstensi Chrome yang dikembangkan oleh Craig MacGregor, dan fitur utamanya adalah "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dark Octo Themes

Unduh file ekstensi Dark Octo Themes 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

                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                    

Informasi Dasar Ekstensi

Nama Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
URL Resmi https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Deskripsi Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Ukuran File 365 KB
Jumlah Instalasi 121
Versi Saat Ini 1.17
Terakhir Diperbarui 2020-05-11
Tanggal Publikasi 2020-05-11
Penilaian 3.50/5 Total 6 Penilaian
Pengembang Craig MacGregor
Tipe Pembayaran free
Situs Ekstensi http://allthingscraig.com
URL Halaman Bantuan https://github.com/craigerm/dark-octo-themes
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}