Gmail Zero
When your Gmail hits Inbox zero, display the Inbox zero image.
什么是Gmail Zero?
Gmail Zero是由chodyo开发的Chrome扩展程序,该扩展的主要功能是“When your Gmail hits Inbox zero, display the Inbox zero image.”。
扩展截图
下载Gmail Zero扩展crx文件
下载Gmail Zero扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bhpdlfchngefiolkmkogbbjchcechobm |
官方URL | https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm |
简介 | When your Gmail hits Inbox zero, display the Inbox zero image. |
文件大小 | 141 KB |
安装次数 | 47 |
当前版本 | 1.0.2 |
更新时间 | 2023-12-24 |
上架时间 | 2018-10-01 |
评分 | 5.00/5 共5次评分 |
开发者 | chodyo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |