Z GMail Theme

Change GMail for business logo

Z GMail Themeとは何ですか?

Z GMail ThemeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Change GMail for business logo」です。

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

screenshot
screenshot
screenshot

Z GMail Theme拡張機能のCRXファイルをダウンロード

Z GMail Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you work for Z and would prefer the logo in GMail would have a transparent background.

If you'd like a company themed background image, here is a link:

https://d16psrqvoeay1v.cloudfront.net/z-background.png

Source: https://github.com/marsmining/z-mail-theme                    

拡張機能の基本情報

名前 Z GMail Theme Z GMail Theme
ID jnkjjnfifbdcmcchpjkblkfbpkhioael
公式URL https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael
説明 Change GMail for business logo
ファイルサイズ 12.83 KB
インストール数 15
現在のバージョン 0.3
最終更新日 2018-02-27
公開日 2018-02-27
評価 3.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Z GMail Theme",
    "version": "0.3",
    "description": "Change GMail for business logo",
    "icons": {
        "128": "img\/icon_128.png",
        "38": "img\/icon_38.png",
        "19": "img\/icon_19.png",
        "16": "img\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "z.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "38": "img\/icon_38.png",
            "19": "img\/icon_19.png",
            "16": "img\/icon_16.png"
        },
        "default_title": "Z GMail Theme",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}