Reddit Mail Checker

Automatically checks to see if you have Reddit mail!

Reddit Mail Checkerคืออะไร?

Reddit Mail Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiwisoft.co.uk และคุณลักษณะหลักของมันคือ "Automatically checks to see if you have Reddit mail!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Mail Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get updates as soon as you receive a comment or direct message via Reddit!

When you receive new mail, the icon will notify you and you'll be able to click it to go directly to your mail!                    

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

ชื่อ Reddit Mail Checker Reddit Mail Checker
ID fdjnhhffjkmodhmboahellidmcegihof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof
คำอธิบาย Automatically checks to see if you have Reddit mail!
ขนาดไฟล์ 20.83 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2014-09-15
วันที่เผยแพร่ 2014-09-15
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Kiwisoft.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.kiwisoft.co.uk/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Mail Checker",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Automatically checks to see if you have Reddit mail!",
    "homepage_url": "http:\/\/www.kiwisoft.co.uk",
    "icons": {
        "16": "icons\/reddit16.png",
        "48": "icons\/reddit48.png",
        "128": "icons\/reddit128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/nomail19.png",
        "default_title": "Go to messages"
    },
    "options_page": "src\/options\/options.html",
    "permissions": [
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "tabs",
        "storage"
    ]
}