ModemChrome
ModemCom extension
什么是ModemChrome?
ModemChrome是由luguen开发的Chrome扩展程序,该扩展的主要功能是“ModemCom extension”。
扩展截图
下载ModemChrome扩展crx文件
下载ModemChrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ModemChrome allows you to access the ModemCom calls of your account. You need first have an account on: http://modemcom.luguen.fr/ Enjoy, luguen
扩展基本信息
名称 | ModemChrome |
ID | gcljnlpfhhilpdlddlhikdglnaakmmml |
官方URL | https://chromewebstore.google.com/detail/modemchrome/gcljnlpfhhilpdlddlhikdglnaakmmml |
简介 | ModemCom extension |
文件大小 | 13.49 KB |
安装次数 | 19 |
当前版本 | 0.3 |
更新时间 | 2018-07-03 |
上架时间 | 2018-07-03 |
开发者 | luguen |
付费类型 | free |
扩展官网 | http://modemcom.luguen.fr |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModemChrome", "version": "0.3", "description": "ModemCom extension", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "ModemCom.png", "default_title": "ModemChrome", "default_popup": "popup.html" }, "icons": { "48": "ModemCom_48.png", "128": "ModemCom_128.png" } } |