Mixmax Button Shrinker

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

Cos'è Mixmax Button Shrinker?

Mixmax Button Shrinker è un'estensione di Chrome sviluppata da Phaed, e la sua funzione principale è "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mixmax Button Shrinker

Scarica i file di estensione Mixmax Button Shrinker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Mixmax Button Shrinker Mixmax Button Shrinker
ID gefklilejgcjbnlohhhmfnhaldljicpn
URL Ufficiale https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn
Descrizione Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
Dimensione del File 24.75 KB
Conteggio Installazioni 99
Versione Corrente 3.5
Ultimo Aggiornamento 2016-05-20
Data di Pubblicazione 2016-05-20
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Phaed
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}