Inbox Zero Fanfare

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

What is Inbox Zero Fanfare?

Inbox Zero Fanfare is a Chrome extension developed by gingerbeardman, and its main feature is "When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.".

Extension Screenshots

screenshot

Download Inbox Zero Fanfare Extension CRX File

Download Inbox Zero Fanfare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Inbox Zero Fanfare Inbox Zero Fanfare
ID mpalabdgflnalohoifhljooefoahfogh
Official URL https://chromewebstore.google.com/detail/inbox-zero-fanfare/mpalabdgflnalohoifhljooefoahfogh
Description When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.
File Size 37.22 KB
Installation Count 13
Current Version 1.0.1
Last Updated 2013-02-16
Publish Date 2013-02-16
Developer gingerbeardman
Email [email protected]
Payment Type free
Extension Website http://www.gingerbeardman.com/chrome/
Help Page URL http://www.gingerbeardman.com/chrome/
Supported Languages 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
}