Night Mode lite

A Simple Night Mode extension for lightweight websities and streaming sities

Night Mode lite란 무엇입니까?

Night Mode lite은(는) Rejul Raghu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple Night Mode extension for lightweight websities and streaming sities"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Night Mode lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Night Mode lite is simple, lightweight & privacy friendly browser add-on for lightweight websites, text-reading websites and streaming website sites, that helps you quickly turn your current page to dark . 

Night Mode lite contains simple  ON|OFF switch which enables you to easily and quickly turn the dark mode ON or OFF.


Note: Please close all tabs before installing/enable Night Mode lite (add-on won't effect tabs that are opened before installation/enable, unless reloaded). 'Night mode lite' not intended for heavily customised websites.                    

확장 프로그램 기본 정보

이름 Night Mode lite Night Mode lite
ID kaciggfbbmkcohjhojhbipdlofgngfmj
공식 URL https://chrome.google.com/webstore/detail/night-mode-lite/kaciggfbbmkcohjhojhbipdlofgngfmj
설명 A Simple Night Mode extension for lightweight websities and streaming sities
파일 크기 22.19 KB
설치 횟수 2,000
현재 버전 1.0
최근 업데이트 2019-08-03
출시 날짜 2019-07-30
평점 3.33/5 총 3 개의 평점
개발자 Rejul Raghu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Night Mode lite",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A Simple Night Mode extension for lightweight websities and streaming sities ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Night Mode lite",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ]
}