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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Gmail Zero Gmail Zero
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
Eメール [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"
}