Wikipedia Solarized Dark Theme
A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…
什麼是Wikipedia Solarized Dark Theme?
Wikipedia Solarized Dark Theme是由leon-do開發的Chrome擴展程式,該擴展的主要功能是“A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…”。
擴展截圖
下載Wikipedia Solarized Dark Theme擴展crx文件
下載Wikipedia Solarized Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain.
This extension is free and open sourced.
Like the extension? Buy me a coffee
https://www.buymeacoffee.com/uVXjMQr 擴展基本資訊
| 名稱 | |
| ID | dlfagppacjgafgbigaamdjjnhfkhagip |
| 官方網址 | https://chromewebstore.google.com/detail/wikipedia-solarized-dark/dlfagppacjgafgbigaamdjjnhfkhagip |
| 簡介 | A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open… |
| 檔案大小 | 34.65 KB |
| 安裝次數 | 589 |
| 目前版本 | 1.2 |
| 更新時間 | 2021-05-31 |
| 上架時間 | 2019-11-26 |
| 評分 | 4.14/5 共 7 次評分 |
| 開發者 | leon-do |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/leon-do/wikipedia-solarized-dark-theme-chrome-extension |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wikipedia Solarized Dark Theme",
"version": "1.2",
"icons": {
"16": "icons\/icon16.png",
"18": "icons\/icon18.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"css": [
"css\/root.css",
"css\/wikipedia.css"
]
}
]
} | |