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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wikipedia: Dark Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 🆓🆓🆓!!!                    

확장 프로그램 기본 정보

이름 Wikipedia: Dark Mode Wikipedia: Dark Mode
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
이메일 [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"
    }
}