Wikipedia: Dark Mode
Now read your favorite articles on Wikipedia in Dark Mode.
Wikipedia: Dark Modeとは何ですか?
Wikipedia: Dark Modeはrvkantpujariによって開発されたChromeの拡張機能で、その主な機能は「Now read your favorite articles on Wikipedia in Dark Mode.」です。
拡張機能のスクリーンショット
Wikipedia: Dark Mode拡張機能のCRXファイルをダウンロード
Wikipedia: Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are a night owl and you want to read your articles without any kind of eye strain then this is the best chrome extension for you. 🚀
We present you an extension which will allow you to read your Wikipedia articles in Dark Mode. 💻
Now, read your favorite Wiki articles hassle-free. 👩🏻💻👨🏻💻
What's new?
🆕 Dark mode for mathematical equations.
NOTE: This chrome extension is 🆓🆓🆓!!! 拡張機能の基本情報
| 名前 | |
| ID | icabgmaddjoonjencojmejcfngffikce |
| 公式URL | https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce |
| 説明 | Now read your favorite articles on Wikipedia in Dark Mode. |
| ファイルサイズ | 8.52 KB |
| インストール数 | 4,981 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2021-09-22 |
| 公開日 | 2020-12-08 |
| 評価 | 3.52/5 合計 23 レビュー |
| 開発者 | rvkantpujari |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wikipedia: Dark Mode",
"description": "Now read your favorite articles on Wikipedia in Dark Mode.",
"version": "1.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/darkMode16.png",
"32": "images\/darkMode32.png",
"48": "images\/darkMode48.png",
"128": "images\/darkMode128.png"
}
} | |