Trello Night

Easy just click to switch to night mode, it makes the display much easier on your eyes!

Trello Night란 무엇입니까?

Trello Night은(는) https://kumaresan.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy just click to switch to night mode, it makes the display much easier on your eyes!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easy just click to switch to night mode, it makes the display much easier on your eyes!!!

Features:
1. Protect your eyes with Trello Night when working in a dark environment.
2. In Night Mode, the entire page will be fading to dark and all text colors will be adjusted to the dark color as well.
3. When Off, the page and all text colors will be switched to normal.
4. When On, all white on the screen will be changed to darker tones to protect the eye.                    

확장 프로그램 기본 정보

이름 Trello Night Trello Night
ID mfifmoklnkpndjjcalemaggldbicmkki
공식 URL https://chromewebstore.google.com/detail/trello-night/mfifmoklnkpndjjcalemaggldbicmkki
설명 Easy just click to switch to night mode, it makes the display much easier on your eyes!
파일 크기 23.39 KB
설치 횟수 4,898
현재 버전 1.8
최근 업데이트 2018-05-16
출시 날짜 2018-05-15
평점 3.46/5 총 48 개의 평점
개발자 https://kumaresan.in
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Night",
    "version": "1.8",
    "description": "Easy just click to switch to night mode, it makes the display much easier on your eyes!",
    "background": {
        "scripts": [
            "js\/trello-night-mode-bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "Extension will be enabled when you open Trello.com"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/trello-night-mode.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/main.css"
    ],
    "permissions": [
        "https:\/\/trello.com\/",
        "tabs",
        "storage"
    ],
    "author": "Kumaresan.S"
}