QR SHARE

The user helper program to load a website directly from browser to mobile using QR Code

ما هو QR SHARE؟

QR SHARE هو إضافة Chrome تم تطويرها بواسطة https://aiesys.blogspot.com، والميزة الرئيسية لها هي "The user helper program to load a website directly from browser to mobile using QR Code".

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

screenshot
screenshot

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

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

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

                        QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.                    

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

الاسم QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
الوصف The user helper program to load a website directly from browser to mobile using QR Code
حجم الملف 39.91 KB
عدد التثبيتات 103
النسخة الحالية 1.0
آخر تحديث 2017-07-01
تاريخ النشر 2017-07-01
تقييم 1.00/5 مجموع تقييمات 1
المطور https://aiesys.blogspot.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR SHARE",
    "description": "The user helper program to load a website directly from browser to mobile using QR Code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}