HQ Backgrounds for Gmail™
Random high quality scenic backgrounds for Gmail™.
HQ Backgrounds for Gmail™란 무엇입니까?
HQ Backgrounds for Gmail™은(는) Sunny Nahar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random high quality scenic backgrounds for Gmail™."입니다.
확장 프로그램 스크린샷
HQ Backgrounds for Gmail™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazing high quality scenic backgrounds for Gmail. A random one is picked for each session. Requires a dark color theme under Settings/Theme to work properly. If there are bugs, please post them so that I can fix them. Have suggestions for features or additional backgrounds? Leave a comment!
확장 프로그램 기본 정보
이름 | HQ Backgrounds for Gmail™ |
ID | kbblhieiickmopjklpkanpickdgjecab |
공식 URL | https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab |
설명 | Random high quality scenic backgrounds for Gmail™. |
파일 크기 | 34.78 MB |
설치 횟수 | 315 |
현재 버전 | 0.1.0.0 |
최근 업데이트 | 2015-05-16 |
출시 날짜 | 2015-05-16 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Sunny Nahar |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "HQ Backgrounds for Gmail\u2122", "description": "Random high quality scenic backgrounds for Gmail\u2122.", "version": "0.1.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/www.gmail.com\/" ], "js": [ "util\/jquery.min.js", "js\/gmedit.js" ], "run_at": "document_start" } ], "icons": { "128": "icons\/gm128.png", "19": "icons\/gm19.png", "32": "icons\/gm32.png", "48": "icons\/gm48.png", "64": "icons\/gm64.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "backgrounds\/*" ] } |