Custom Gmail™ Favicons
Customize your Gmail™ favicon
Custom Gmail™ Favicons란 무엇입니까?
Custom Gmail™ Favicons은(는) evan.carothers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your Gmail™ favicon"입니다.
확장 프로그램 스크린샷
Custom Gmail™ Favicons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you use more than 1 Gmail™ account on a daily basis? Sick of losing your inbox tabs all over the place? With this extension you can set a custom favicon icon for each of your Gmail™ email accounts, complete with unread message notification. Simply specify the email accounts in the extension options and upload the image you wish to use for the favicon and you're off to the races! **PLEASE NOTE** - you must not have the Gmail™ Labs "Unread Message Icon" feature enabled or this extension won't work with that account. This extension replaces that feature however, so you are still good to go if you've become accustomed to the favicon badges.
확장 프로그램 기본 정보
이름 | Custom Gmail™ Favicons |
ID | naelggiioddkpaokkopkbgfcjlkldpdn |
공식 URL | https://chromewebstore.google.com/detail/custom-gmail-favicons/naelggiioddkpaokkopkbgfcjlkldpdn |
설명 | Customize your Gmail™ favicon |
파일 크기 | 121 KB |
설치 횟수 | 382 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-11-25 |
출시 날짜 | 2015-11-24 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | evan.carothers |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Gmail\u2122 Favicons", "version": "1.0.1", "manifest_version": 2, "author": "Evan Carothers", "description": "Customize your Gmail\u2122 favicon", "homepage_url": "https:\/\/github.com\/ecaroth\/gmail-favicon-customizer-chrome-extension", "icons": { "16": "src\/images\/icon-16.png", "128": "src\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "src\/shared\/message-relay\/message_relay.js", "src\/shared\/favico\/favico.js", "src\/content\/content.js" ] } ], "web_accessible_resources": [ "\/src\/*" ], "permissions": [ "storage", "unlimitedStorage", "https:\/\/mail.google.com\/mail\/" ], "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "content_security_policy": "script-src 'self'; object-src 'self'" } |