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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |