Inbox Zero FTW for Gmail
Get rewarded when you clear your inbox with a random animated GIF
Inbox Zero FTW for Gmail là gì?
Inbox Zero FTW for Gmail là một tiện ích mở rộng Chrome được phát triển bởi http://inboxzeroftw.com, và tính năng chính của nó là "Get rewarded when you clear your inbox with a random animated GIF".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inbox Zero FTW for Gmail
Tải xuống các tệp mở rộng Inbox Zero FTW for Gmail 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
Replaces Gmail's default empty inbox message with a random GIF from Giphy! Gmail's default message is BORING. "No mail" or "Primary tab is empty". ::sad_face:: You should be excited when you clear all emails from your inbox! Celebrate! Extension works with Standard and Priority style inboxes for Gmail on Google Chrome and Vivaldi. Support for Google Inbox can be added upon request. **Beta Version** Please report any bugs or feedback to [email protected] **Privacy Policy** Extension does not require access to your email. Email and page contents are never read, stored, or shared. Extension checks for an empty inbox and updates the page with FTW content. When new mail comes in, FTW content is removed. Any questions on this policy or how the extension works, please email [email protected] **FTW = "For the Win!"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gagfgnppoeidimgdckhlkdomnlfnefgi |
URL Chính Thức | https://chrome.google.com/webstore/detail/inbox-zero-ftw-for-gmail/gagfgnppoeidimgdckhlkdomnlfnefgi |
Mô tả | Get rewarded when you clear your inbox with a random animated GIF |
Kích Thước Tệp | 36.93 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 0.2.4 |
Cập Nhật Lần Cuối | 2016-08-12 |
Ngày Phát Hành | 2016-08-12 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://inboxzeroftw.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.inboxzeroftw.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Zero FTW for Gmail", "version": "0.2.4", "short_name": "Inbox Zero FTW", "description": "Get rewarded when you clear your inbox with a random animated GIF", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "background": { "scripts": [ "assets\/js\/background.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "assets\/css\/base-min.css", "assets\/css\/styles.css" ], "js": [ "assets\/js\/lib\/zepto.min.js", "assets\/js\/init.js" ], "all_frames": false } ], "web_accessible_resources": [ "assets\/html\/*", "assets\/css\/*", "assets\/images\/*", "assets\/js\/lib\/*" ], "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |