Mixmax Button Shrinker

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

Wat is Mixmax Button Shrinker?

Mixmax Button Shrinker is een Chrome-extensie ontwikkeld door Phaed, en de belangrijkste functie is "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mixmax Button Shrinker

Download Mixmax Button Shrinker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Mixmax Button Shrinker Mixmax Button Shrinker
ID gefklilejgcjbnlohhhmfnhaldljicpn
Officiële URL https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn
Beschrijving Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
Bestandsgrootte 24.75 KB
Aantal Installaties 99
Huidige Versie 3.5
Laatst Bijgewerkt 2016-05-20
Publicatiedatum 2016-05-20
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Phaed
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}