1Mobile QR

1Mobile QR

ما هو 1Mobile QR؟

1Mobile QR هو إضافة Chrome تم تطويرها بواسطة 1Mobile.com، والميزة الرئيسية لها هي "1Mobile QR".

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

screenshot

تحميل ملف CRX للإضافة 1Mobile QR

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

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

                        1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.                    

معلومات أساسية عن التمديد

الاسم 1Mobile QR 1Mobile QR
ID phfialkagiaggadjiamnpkfalklepekf
عنوان URL الرسمي https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf
الوصف 1Mobile QR
حجم الملف 35.22 KB
عدد التثبيتات 524
النسخة الحالية 1.3
آخر تحديث 2014-07-15
تاريخ النشر 2014-07-15
تقييم 4.20/5 مجموع تقييمات 5
المطور 1Mobile.com
نوع الدفع free
موقع الإضافة http://www.1mobile.com/
عنوان صفحة المساعدة http://apk.1mobile.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Mobile QR",
    "version": "1.3",
    "description": "1Mobile QR",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "1Mobile QR",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}