Darkipedia Dark Mode for Wikipedia
Make your Wikipedia pages dark and easy on the eyes.
Darkipedia Dark Mode for Wikipediaとは何ですか?
Darkipedia Dark Mode for WikipediaはYiğitsrによって開発されたChromeの拡張機能で、その主な機能は「Make your Wikipedia pages dark and easy on the eyes.」です。
拡張機能のスクリーンショット
Darkipedia Dark Mode for Wikipedia拡張機能のCRXファイルをダウンロード
Darkipedia Dark Mode for Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Dark mode for wikipedia * Easy on the eyes * Gray-blue dark theme What's new in v0.3 * Added border-radius to boxes and images * Changed some colors for better readability * Changed texts to justify aligned
拡張機能の基本情報
名前 | Darkipedia Dark Mode for Wikipedia |
ID | ghgfpngolhhooggknfobjnjojdpedpag |
公式URL | https://chromewebstore.google.com/detail/darkipedia-dark-mode-for/ghgfpngolhhooggknfobjnjojdpedpag |
説明 | Make your Wikipedia pages dark and easy on the eyes. |
ファイルサイズ | 2.08 MB |
インストール数 | 166 |
現在のバージョン | 0.3 |
最終更新日 | 2024-01-28 |
公開日 | 2022-03-10 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Yiğitsr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darkipedia Dark Mode for Wikipedia", "version": "0.3", "description": "Make your Wikipedia pages dark and easy on the eyes.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "18": "icons\/icon18.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*", "https:\/\/*.wikimedia.org\/*", "https:\/\/*.wiktionary.org\/*", "https:\/\/*.wikibooks.org\/*", "https:\/\/*.wikiquote.org\/*", "https:\/\/*.wikisource.org\/*", "https:\/\/*.wikiversity.org\/*", "https:\/\/*.wikinews.org\/*", "https:\/\/*.wikivoyage.org\/*", "https:\/\/*.wikispecies.org\/*" ], "css": [ "css\/darkipedia.css" ] } ] } |