ModemChrome
ModemCom extension
ModemChromeคืออะไร?
ModemChrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luguen และคุณลักษณะหลักของมันคือ "ModemCom extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ModemChrome
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |