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.”。
擴展截圖
下載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)
擴展基本資訊
名稱 | |
ID | ogghkkonjkglempfkojfbmjgnahllbao |
官方網址 | 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 } |