Mail Checker
Displays the number of unread mails in your Mail inbox
Mail Checker란 무엇입니까?
Mail Checker은(는) rainhard.w에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of unread mails in your Mail inbox"입니다.
확장 프로그램 스크린샷
Mail Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* 2014-12-19 v2.4: * fix netease entry * 2014-12-03 v2.3: * fix yeah js6 support * 2014-12-02 v2.2: * fix netease js6 support * 2013-06-30 v2.1: * fix qq mail * upgrade manifest version 2 * 2013-01-27 v2.0: * fix netease js5 support * only display inbox =supported mail list= - mail.163.com - www.126.com - mail.qq.com - www.yeah.net =TODO= - support multi-emails 主要使用163邮箱,其他邮箱使用不多,如有问题: - http://code.google.com/p/mail-checker/issues/list反馈
확장 프로그램 기본 정보
이름 | Mail Checker |
ID | kaklalnjjcbnacalpghdfokeohelpbnf |
공식 URL | https://chromewebstore.google.com/detail/mail-checker/kaklalnjjcbnacalpghdfokeohelpbnf |
설명 | Displays the number of unread mails in your Mail inbox |
파일 크기 | 40.04 KB |
설치 횟수 | 1,343 |
현재 버전 | 2.4 |
최근 업데이트 | 2014-12-19 |
출시 날짜 | 2014-12-18 |
평점 | 3.76/5 총 75 개의 평점 |
개발자 | rainhard.w |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code.google.com/p/mail-checker/ |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "2.4", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kaklalnjjcbnacalpghdfokeohelpbnf?hl=zh-CN", "background_page": "background.html", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "notifications", "tabs", "cookies", "http:\/\/*.126.com\/*", "https:\/\/*.126.com\/*", "http:\/\/*.163.com\/*", "https:\/\/*.163.com\/*", "http:\/\/*.qq.com\/*", "https:\/\/*.qq.com\/*", "http:\/\/*.yeah.net\/*", "https:\/\/*.yeah.net\/*" ], "content_security_policy": "connect-src 'self' https:\/\/*.163.com http:\/\/*.163.com https:\/\/*.126.com http:\/\/*.126.com https:\/\/*.yeah.net http:\/\/*.yeah.net https:\/\/*.qq.com http:\/\/*.qq.com; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; default-src 'self'", "browser_action": { "default_title": "__MSG_browser_action_title__" }, "icons": { "128": "icon_128.png" }, "default_locale": "zh_CN", "manifest_version": 2 } |