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 |
官方網址 | 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" } |