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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |