electric commander monitor
Keep up to date on the status of Electric Commander.
什么是electric commander monitor?
electric commander monitor是由William Melani开发的Chrome扩展程序,该扩展的主要功能是“Keep up to date on the status of Electric Commander.”。
扩展截图
下载electric commander monitor扩展crx文件
下载electric commander monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | idkjdmnhgbjdibfofcpopadeblccnchd |
官方URL | https://chrome.google.com/webstore/detail/electric-commander-monito/idkjdmnhgbjdibfofcpopadeblccnchd |
简介 | Keep up to date on the status of Electric Commander. |
文件大小 | 384 KB |
安装次数 | 12 |
当前版本 | 1.0 |
更新时间 | 2015-05-13 |
上架时间 | 2015-05-13 |
评分 | 5.00/5 共1次评分 |
开发者 | William Melani |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Keep up to date on the status of Electric Commander.", "minimum_chrome_version": "31", "name": "electric commander monitor", "permissions": [ "storage", "tabs", "debugger", "http:\/\/*\/", "https:\/\/*\/", "alarms", "notifications" ], "version": "1.0", "manifest_version": 2 } |