Inbox Zero Fanfare

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

Inbox Zero Fanfare là gì?

Inbox Zero Fanfare là một tiện ích mở rộng Chrome được phát triển bởi gingerbeardman, và tính năng chính của nó là "When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inbox Zero Fanfare

Tải xuống các tệp mở rộng Inbox Zero Fanfare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inbox Zero Fanfare Inbox Zero Fanfare
ID mpalabdgflnalohoifhljooefoahfogh
URL Chính Thức https://chromewebstore.google.com/detail/inbox-zero-fanfare/mpalabdgflnalohoifhljooefoahfogh
Mô tả When your Gmail hits Inbox Zero, play the Classic Mac OS Fanfare sound effect.
Kích Thước Tệp 37.22 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-02-16
Ngày Phát Hành 2013-02-16
Nhà Phát Triển gingerbeardman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.gingerbeardman.com/chrome/
URL Trang Trợ Giúp http://www.gingerbeardman.com/chrome/
Ngôn Ngữ Được Hỗ Trợ 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
}