ModemChrome

ModemCom extension

ما هو ModemChrome؟

ModemChrome هو إضافة Chrome تم تطويرها بواسطة luguen، والميزة الرئيسية لها هي "ModemCom extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ModemChrome

قم بتنزيل ملفات الامتداد ModemChrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}