Night Mode - Alfa Version

This extension allows the user to view pages in night mode.

Night Mode - Alfa Version란 무엇입니까?

Night Mode - Alfa Version은(는) Felipe A. L. Reis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to view pages in night mode."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Night Mode - Alfa Version 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [EN]
This extension allows the user to view pages in night mode.
It's used to reduce the light colors of the page. It's good for who spents  a lot time with computers and, at the end of the day, is tired of luminosity.
Just click in the icon of the extension and the page enables the Night Mode. Click again and the night mode will end (some pages might need a refresh to keep the original color).

[PT]
Esse aplicativo permite a visualização de paǵinas em modo noturno.
Deve ser utilizado para reduzir a quantidade de cores claras nas páginas web. É bom para quem trabalha constantemente com computadores e no fim do dia está cansado da luminosidade.
Para utilizá-lo, somente clique no ícone da extensão e será habilitado o modo noturno. Clique novamente e a página voltará a configuração anterior (algumas páginas poderão precisar de atualização, para que as cores originais sejam recuperadas).                    

확장 프로그램 기본 정보

이름 Night Mode - Alfa Version Night Mode - Alfa Version
ID jcjcbfbacekgaijhbgifogknkkgihghi
공식 URL https://chromewebstore.google.com/detail/night-mode-alfa-version/jcjcbfbacekgaijhbgifogknkkgihghi
설명 This extension allows the user to view pages in night mode.
파일 크기 42.85 KB
설치 횟수 390
현재 버전 FALR-NM-A02
최근 업데이트 2018-01-12
출시 날짜 2018-01-12
평점 3.75/5 총 4 개의 평점
개발자 Felipe A. L. Reis
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Night Mode - Alfa Version",
    "author": "Felipe A. L. Reis",
    "description": "This extension allows the user to view pages in night mode.",
    "version": "0.2",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "homepage_url": "http:\/\/falreis.eng.br",
    "short_name": "Night Mode",
    "version_name": "FALR-NM-A02"
}