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…

Medium Dark Modeとは何ですか?

Medium Dark Modeはarieg419によって開発されたChromeの拡張機能で、その主な機能は「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

Medium Dark Mode拡張機能のCRXファイルをダウンロード

Medium Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 :)                    

拡張機能の基本情報

名前 Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
公式URL https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
説明 A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
ファイルサイズ 11.46 KB
インストール数 384
現在のバージョン 1.1
最終更新日 2018-03-12
公開日 2018-03-12
評価 2.00/5 合計 11 レビュー
開発者 arieg419
支払い方法 free
拡張機能のウェブサイト https://github.com/Arieg419/MediumDarkMode
ヘルプページのURL https://github.com/Arieg419/MediumDarkMode
対応言語 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"
}