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文件
下載Mail Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* 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反馈 擴展基本資訊
| 名稱 | |
| ID | kaklalnjjcbnacalpghdfokeohelpbnf |
| 官方網址 | 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
} | |