Inbox Zero Fanfare

When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.

Inbox Zero Fanfareคืออะไร?

Inbox Zero Fanfare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gingerbeardman และคุณลักษณะหลักของมันคือ "When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inbox Zero Fanfare

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

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

                        When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect. This sort of reward makes the Inbox Zero approach to email more fun.

Install this extension, then use Gmail as normal. When you clear your inbox you will hear the fanfare. Tada!

What is Inbox Zero?
Inbox Zero is a thing that was cooked up by Merlin Mann, of 43fold​ers​.com. It’s about how to reclaim your email, your atten­tion, and your life. That “zero?” It’s not how many mes­sages are in your inbox–it’s how much of your own brain is in that inbox. Especially when you don’t want it to be. That’s it.

Donations gratefully received at: http://www.gingerbeardman.com/chrome/

Known issues: sometimes sounds on empty search results.                    

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

ชื่อ Inbox Zero Fanfare Inbox Zero Fanfare
ID mpalabdgflnalohoifhljooefoahfogh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inbox-zero-fanfare/mpalabdgflnalohoifhljooefoahfogh
คำอธิบาย When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.
ขนาดไฟล์ 37.22 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-02-16
วันที่เผยแพร่ 2013-02-16
ผู้พัฒนา gingerbeardman
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.gingerbeardman.com/chrome/
URL หน้าช่วยเหลือ http://www.gingerbeardman.com/chrome/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Zero Fanfare",
    "version": "1.0.1",
    "description": "When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "zepto.js",
                "fanfare.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}