Gmail Zero
When your Gmail hits Inbox zero, display the Inbox zero image.
What is Gmail Zero?
Gmail Zero is a Chrome extension developed by chodyo, and its main feature is "When your Gmail hits Inbox zero, display the Inbox zero image.".
Extension Screenshots
Download Gmail Zero Extension CRX File
Download Gmail Zero 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
Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.
Extension Basic Information
Name | |
ID | bhpdlfchngefiolkmkogbbjchcechobm |
Official URL | https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm |
Description | When your Gmail hits Inbox zero, display the Inbox zero image. |
File Size | 141 KB |
Installation Count | 47 |
Current Version | 1.0.2 |
Last Updated | 2023-12-24 |
Publish Date | 2018-10-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | chodyo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 3, "name": "Gmail Zero", "version": "1.0.2", "description": "When your Gmail hits Inbox zero, display the Inbox zero image.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_scripts": [ { "js": [ "zero.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "short_name": "Gmail Zero", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |