Make It Dark

Make light themed webpage a dark themed web page

Make It Dark란 무엇입니까?

Make It Dark은(는) Amit Mondal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make light themed webpage a dark themed web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Make It Dark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. 
Well here is an extension to your rescue which changes the color of background and text in just simple clicks.
Works best with documentations, tutorial sites and blog post.

It is the first release so open to new update and feature comments.                    

확장 프로그램 기본 정보

이름 Make It Dark Make It Dark
ID imnfpejlklfdiieogkaepjdnbljeohih
공식 URL https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih
설명 Make light themed webpage a dark themed web page
파일 크기 16.69 KB
설치 횟수 25
현재 버전 1.0.1
최근 업데이트 2019-07-28
출시 날짜 2019-07-28
개발자 Amit Mondal
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Dark",
    "version": "1.0.1",
    "short_name": "MID",
    "description": "Make light themed webpage a dark themed web page",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/makeitdark16.png",
            "32": "assets\/images\/makeitdark32.png",
            "48": "assets\/images\/makeitdark48.png",
            "128": "assets\/images\/makeitdark128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/makeitdark16.png",
        "32": "assets\/images\/makeitdark32.png",
        "48": "assets\/images\/makeitdark48.png",
        "128": "assets\/images\/makeitdark128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}