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)”。
扩展截图
下载Mixmax Button Shrinker扩展crx文件
下载Mixmax Button Shrinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | gefklilejgcjbnlohhhmfnhaldljicpn |
官方URL | 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" } ] } |