Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Google Inbox Discord Skin란 무엇입니까?
Google Inbox Discord Skin은(는) Spoon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin."입니다.
확장 프로그램 스크린샷
Google Inbox Discord Skin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
확장 프로그램 기본 정보
이름 | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
공식 URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
설명 | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
파일 크기 | 31.44 KB |
설치 횟수 | 435 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-06-05 |
출시 날짜 | 2016-06-05 |
평점 | 2.21/5 총 33 개의 평점 |
개발자 | Spoon |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "discordInbox.user.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.", "name": "Google Inbox Discord Skin", "short_name": "Discord Inbox", "version": "1.1", "icons": { "16": "discord-inbox-16.png", "32": "discord-inbox-32.png", "64": "discord-inbox-64.png", "128": "discord-inbox-128.png" } } |