Gmail Background
Change Gmail's background image
Gmail Background란 무엇입니까?
Gmail Background은(는) Tibo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Gmail's background image"입니다.
확장 프로그램 스크린샷
Gmail Background 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Set a custom image as the background of any of you Gmail accounts. It works on any Gmail or Google Apps accounts and allows to set a default background image as well as a background for specific email accounts. The image has to be available online. - Leave the email address field empty to mark the setting as a default account (only one is allowed) - Add specific settings for specific email addresses (gmail or google apps account) - Add as many specific account as you want - Settings are applied automatically on opened tabs without the need to reload the page If there is a request for it, the extension will support the following features: - different image per window size - background repetition (tiles) - multiple backgrounds - background-color - more...
확장 프로그램 기본 정보
이름 | |
ID | afpahedhpnadmncnjgjoajgkonbmbpfa |
공식 URL | https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa |
설명 | Change Gmail's background image |
파일 크기 | 1.22 MB |
설치 횟수 | 2,864 |
현재 버전 | 3.0 |
최근 업데이트 | 2018-04-12 |
출시 날짜 | 2018-04-12 |
평점 | 2.90/5 총 10 개의 평점 |
개발자 | Tibo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Background", "version": "3.0", "manifest_version": 2, "description": "Change Gmail's background image", "author": "Thibaud Lescuyer - thibaudlescuyer.ca", "icons": { "128": "gmail-logo.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "gmail.js" ] } ] } |