Gmail inbox zero background

Makes your inbox zero pretty with a new beautiful image from unsplash every day

什么是Gmail inbox zero background?

Gmail inbox zero background是由dvfurlong开发的Chrome扩展程序,该扩展的主要功能是“Makes your inbox zero pretty with a new beautiful image from unsplash every day”。

扩展截图

screenshot

下载Gmail inbox zero background扩展crx文件

下载Gmail inbox zero background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you hit inbox zero in a gmail inbox you will see a beautiful image, a new one every day. Just like in superhuman!                    

扩展基本信息

名称 Gmail inbox zero background Gmail inbox zero background
ID fadepmbdhojcogdjcihbhdcbfpacdbdg
官方URL https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg
简介 Makes your inbox zero pretty with a new beautiful image from unsplash every day
文件大小 20.34 KB
安装次数 88
当前版本 0.0.3
更新时间 2021-01-26
上架时间 2020-04-26
评分 5.00/5 共1次评分
开发者 dvfurlong
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.davidfurlong.me
帮助页面URL https://www.davidfurlong.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail inbox zero background",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Makes your inbox zero pretty with a new beautiful image from unsplash every day",
    "homepage_url": "https:\/\/www.davidfurlong.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}