Mixmax Button Shrinker

Shrinks Mixmax buttons down to an icon (Inbox by Gmail)

Mixmax Button Shrinkerとは何ですか?

Mixmax Button ShrinkerはPhaedによって開発されたChromeの拡張機能で、その主な機能は「Shrinks Mixmax buttons down to an icon (Inbox by Gmail)」です。

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

screenshot

Mixmax Button Shrinker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Mixmax Button Shrinker Mixmax Button Shrinker
ID gefklilejgcjbnlohhhmfnhaldljicpn
公式URL https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn
説明 Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
ファイルサイズ 24.75 KB
インストール数 99
現在のバージョン 3.5
最終更新日 2016-05-20
公開日 2016-05-20
評価 4.75/5 合計 4 レビュー
開発者 Phaed
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixmax Button Shrinker",
    "description": "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)",
    "version": "3.5",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "mm.css"
            ],
            "js": [
                "mm.js"
            ],
            "run_at": "document_end"
        }
    ]
}