Is It Dark?

[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).

Is It Dark?란 무엇입니까?

Is It Dark?은(는) https://unit.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off)."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        [For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off). This is a fix for auto night mode not working on Wyze v2 (see https://github.com/openipcamera/openipc-firmware/issues/96). The darkness threshold is set in the script. If it doesn't work for you feel free to leave a comment here or file a github issue at https://github.com/weilu/isitdark. I can make it configurable on the extension UI.                    

확장 프로그램 기본 정보

이름 Is It Dark? Is It Dark?
ID bnaobfbfbkbhciabajhebnlnaddnjmeo
공식 URL https://chrome.google.com/webstore/detail/is-it-dark/bnaobfbfbkbhciabajhebnlnaddnjmeo
설명 [For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).
파일 크기 271 KB
설치 횟수 189
현재 버전 1
최근 업데이트 2019-12-02
출시 날짜 2019-12-02
개발자 https://unit.io
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/weilu/isitdark
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is It Dark?",
    "description": "[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).",
    "version": "1",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/isitdark_16.png",
        "32": "images\/isitdark_32.png",
        "48": "images\/isitdark_48.png",
        "128": "images\/isitdark_128.png"
    }
}