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 |
官方網址 | 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" } } |