Mixmax Button Shrinker

Shrinks Mixmax buttons down to an icon (Inbox by Gmail)

Mixmax Button Shrinkerคืออะไร?

Mixmax Button Shrinker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phaed และคุณลักษณะหลักของมันคือ "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixmax Button Shrinker

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

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

                                            

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

ชื่อ Mixmax Button Shrinker Mixmax Button Shrinker
ID gefklilejgcjbnlohhhmfnhaldljicpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn
คำอธิบาย Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
ขนาดไฟล์ 24.75 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2016-05-20
วันที่เผยแพร่ 2016-05-20
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Phaed
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixmax Button Shrinker",
    "description": "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)",
    "version": "3.5",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "mm.css"
            ],
            "js": [
                "mm.js"
            ],
            "run_at": "document_end"
        }
    ]
}