QR Code for URL

This extension shows QR code for the current URL

ما هو QR Code for URL؟

QR Code for URL هو إضافة Chrome تم تطويرها بواسطة khandaa، والميزة الرئيسية لها هي "This extension shows QR code for the current URL".

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

screenshot

تحميل ملف CRX للإضافة QR Code for URL

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

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

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

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

الاسم QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
الوصف This extension shows QR code for the current URL
حجم الملف 5.48 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2017-06-16
تاريخ النشر 2017-06-16
تقييم 4.00/5 مجموع تقييمات 1
المطور khandaa
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}