Mail Checker

Displays the number of unread mails in your Mail inbox

Mail Checkerคืออะไร?

Mail Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rainhard.w และคุณลักษณะหลักของมันคือ "Displays the number of unread mails in your Mail inbox"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mail Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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反馈                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mail Checker 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
}