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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |