Medium Dark Mode

A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…

Apa itu Medium Dark Mode?

Medium Dark Mode adalah ekstensi Chrome yang dikembangkan oleh arieg419, dan fitur utamanya adalah "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Medium Dark Mode

Unduh file ekstensi Medium Dark Mode 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

                        A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really helpful for those who read Medium late at night :)                    

Informasi Dasar Ekstensi

Nama Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
URL Resmi https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
Deskripsi A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Ukuran File 11.46 KB
Jumlah Instalasi 384
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-03-12
Tanggal Publikasi 2018-03-12
Penilaian 2.00/5 Total 11 Penilaian
Pengembang arieg419
Tipe Pembayaran free
Situs Ekstensi https://github.com/Arieg419/MediumDarkMode
URL Halaman Bantuan https://github.com/Arieg419/MediumDarkMode
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Medium Dark",
    "name": "Medium Dark Mode",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/logo-medium16.png",
        "48": "icons\/logo-medium16.png",
        "128": "icons\/logo-medium128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/hackernoon.com\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Medium Dark"
    },
    "version": "1.1"
}