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
官方網址 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"
            ]
        }
    ]
}