Mixmax Button Shrinker
Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
What is Mixmax Button Shrinker?
Mixmax Button Shrinker is a Chrome extension developed by Phaed, and its main feature is "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".
Extension Screenshots
Download Mixmax Button Shrinker Extension CRX File
Download Mixmax Button Shrinker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | gefklilejgcjbnlohhhmfnhaldljicpn |
Official URL | https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn |
Description | Shrinks Mixmax buttons down to an icon (Inbox by Gmail) |
File Size | 24.75 KB |
Installation Count | 99 |
Current Version | 3.5 |
Last Updated | 2016-05-20 |
Publish Date | 2016-05-20 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Phaed |
Payment Type | free |
Supported Languages | 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" } ] } |