QR Code Generator

Generates QR Code of the open tab

ما هو QR Code Generator؟

QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://www.tebaide.it، والميزة الرئيسية لها هي "Generates QR Code of the open tab".

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

screenshot

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

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

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

                        Generates QR Code of the open tab and allows you to take the URL easily.

QR Code is compatible with all barcode reader for Android and iPhone                    

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

الاسم QR Code Generator QR Code Generator
ID afcbogfpjabfpakdggggehomjlkofofc
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc
الوصف Generates QR Code of the open tab
حجم الملف 84.83 KB
عدد التثبيتات 661
النسخة الحالية 1.0.4
آخر تحديث 2013-06-25
تاريخ النشر 2013-06-25
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.tebaide.it
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "description": "Generates QR Code of the open tab",
    "browser_action": {
        "default_title": "QR Code Generator",
        "default_icon": "images\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "QR Code Generator",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}