Orange Envelope for Reddit

Display's the status of your reddit inbox.

Orange Envelope for Redditคืออะไร?

Orange Envelope for Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scottmhoward และคุณลักษณะหลักของมันคือ "Display's the status of your reddit inbox."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orange Envelope for Reddit

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

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

                        Provides a notification icon for Reddit inbox.                    

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

ชื่อ Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
คำอธิบาย Display's the status of your reddit inbox.
ขนาดไฟล์ 6.21 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2016-12-09
วันที่เผยแพร่ 2016-12-09
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา scottmhoward
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/mail_gray.png",
        "default_title": "Orange Envelope"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Display's the status of your reddit inbox.",
    "icons": {
        "128": "img\/very_big_mail.png"
    },
    "name": "Orange Envelope for Reddit",
    "permissions": [
        "tabs",
        "https:\/\/www.reddit.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10"
}