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