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…”。
扩展截图
下载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 :)
扩展基本信息
名称 | |
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" } |