Unread for GMail

Mark unread GMail emails with a color

Unread for GMailคืออะไร?

Unread for GMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Mark unread GMail emails with a color"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unread for GMail

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

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

                        Mark unread GMail emails with a configurable color                    

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

ชื่อ Unread for GMail Unread for GMail
ID plomegjhejbkljiijcbillglidciflfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unread-for-gmail/plomegjhejbkljiijcbillglidciflfl
คำอธิบาย Mark unread GMail emails with a color
ขนาดไฟล์ 259 KB
จำนวนการติดตั้ง 302
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-08-29
วันที่เผยแพร่ 2017-08-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unread for GMail",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Mark unread GMail emails with a color",
    "homepage_url": "https:\/\/www.linkedin.com\/in\/sachinmrao",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "src\/options_custom\/index.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}