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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* 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 |
이메일 | [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" ] } ] } |