Wikipedia Dark Mode
View the Wikipedia website with a dark color scheme instead of the default light scheme.
什麼是Wikipedia Dark Mode?
Wikipedia Dark Mode是由Dirk Lach開發的Chrome擴展程式,該擴展的主要功能是“View the Wikipedia website with a dark color scheme instead of the default light scheme.”。
擴展截圖
下載Wikipedia Dark Mode擴展crx文件
下載Wikipedia Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.
擴展基本資訊
名稱 | Wikipedia Dark Mode |
ID | jallfikmipepigfdkhpcpbpdeoindjme |
官方網址 | https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme |
簡介 | View the Wikipedia website with a dark color scheme instead of the default light scheme. |
檔案大小 | 83.39 KB |
安裝次數 | 327 |
目前版本 | 0.1.2 |
更新時間 | 2022-12-08 |
上架時間 | 2022-12-06 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Dirk Lach |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.dirklach.com/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wikipedia Dark Mode", "version": "0.1.2", "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.wikipedia.org\/*" ] } ] } |