Medium Dark

Gives a dark theme to medium web site so is easier to read.

什么是Medium Dark?

Medium Dark是由http://danielzamorano.pro开发的Chrome扩展程序,该扩展的主要功能是“Gives a dark theme to medium web site so is easier to read.”。

扩展截图

screenshot
screenshot
screenshot

下载Medium Dark扩展crx文件

下载Medium Dark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enjoy medium articles in dark mode. 

We will keep updating and improving this plugin to get better styles, debug any issue and add features.

- Right now it's just working for the article page, home page is still in progress.
- It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages)
- Some async content is having problems to get the styles (we are working on it)                    

扩展基本信息

名称 Medium Dark Medium Dark
ID ogghkkonjkglempfkojfbmjgnahllbao
官方URL https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao
简介 Gives a dark theme to medium web site so is easier to read.
文件大小 14.21 KB
安装次数 75
当前版本 0.1.0
更新时间 2019-11-04
上架时间 2019-11-04
评分 4.00/5 共1次评分
开发者 http://danielzamorano.pro
电子邮箱 [email protected]
付费类型 free
扩展官网 https://danielzamorano.pro
帮助页面URL https://danielzamorano.pro
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Dark",
    "version": "0.1.0",
    "description": "Gives a dark theme to medium web site so is easier to read.",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "medium-dark.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/medium-dark-16.png",
        "32": "images\/medium-dark-32.png",
        "48": "images\/medium-dark-48.png",
        "128": "images\/medium-dark-128.png"
    },
    "manifest_version": 2
}