Mixmax Button Shrinker
Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
Qu'est-ce que Mixmax Button Shrinker ?
Mixmax Button Shrinker est une extension Chrome développée par Phaed, et sa fonction principale est "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mixmax Button Shrinker
Téléchargez les fichiers d'extension Mixmax Button Shrinker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | gefklilejgcjbnlohhhmfnhaldljicpn |
URL Officiel | https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn |
Description | Shrinks Mixmax buttons down to an icon (Inbox by Gmail) |
Taille du Fichier | 24.75 KB |
Nombre d'Installations | 99 |
Version Actuelle | 3.5 |
Dernière Mise à Jour | 2016-05-20 |
Date de Publication | 2016-05-20 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Phaed |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |