Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Google Inbox Dark Skin란 무엇입니까?
Google Inbox Dark Skin은(는) yasser.ebrahim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Darkens the Google Inbox page to an easy on the eyes skin."입니다.
확장 프로그램 스크린샷
Google Inbox Dark Skin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
확장 프로그램 기본 정보
이름 | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
공식 URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
설명 | Darkens the Google Inbox page to an easy on the eyes skin. |
파일 크기 | 126 KB |
설치 횟수 | 228 |
현재 버전 | 0.3 |
최근 업데이트 | 2016-11-28 |
출시 날짜 | 2016-11-28 |
평점 | 2.26/5 총 34 개의 평점 |
개발자 | yasser.ebrahim |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |