Wikipedia night mode
Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light
Wikipedia night modeとは何ですか?
Wikipedia night modeはgrunbasterによって開発されたChromeの拡張機能で、その主な機能は「Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light」です。
拡張機能のスクリーンショット
Wikipedia night mode拡張機能のCRXファイルをダウンロード
Wikipedia night mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The dark Wikipedia theme or Wikipedia Night mode changes the background of the Wikipedia website to dark and the font to light.
A dark theme for Wikipedia turns on / off by clicking on the extension icon. It is convenient to use at night or in poor lighting, helps your eyes read text more comfortably. 拡張機能の基本情報
| 名前 | |
| ID | idhghjodolinkdhibgfgfoceackpcjfl |
| 公式URL | https://chromewebstore.google.com/detail/wikipedia-night-mode/idhghjodolinkdhibgfgfoceackpcjfl |
| 説明 | Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light |
| ファイルサイズ | 43.79 KB |
| インストール数 | 63,704 |
| 現在のバージョン | 0.0.26 |
| 最終更新日 | 2021-10-27 |
| 公開日 | 2020-05-29 |
| 評価 | 3.14/5 合計 168 レビュー |
| 開発者 | grunbaster |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://policy-extension.site/policy_package_tracker.html |
| 対応言語 | de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "0.0.26",
"default_locale": "en",
"browser_action": {
"default_icon": "img\/enable.png",
"default_title": "__MSG_short_name__"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.wikipedia.org\/*",
"*:\/\/*.mediawiki.org\/*",
"*:\/\/*.wikimedia.org\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"background": {
"page": "background.html",
"persistent": false
},
"icons": {
"48": "img\/enable.png"
},
"web_accessible_resources": [
"\/img\/128x128.png"
]
} | |