QR Code Reader

A chrome extension for reading QR code from webpage.

ما هو QR Code Reader؟

QR Code Reader هو إضافة Chrome تم تطويرها بواسطة Ayaan Ahmad، والميزة الرئيسية لها هي "A chrome extension for reading QR code from webpage.".

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

screenshot

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

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

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

                        Get the link to the QR Code shown on any web page. 

To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.

Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code.                    

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

الاسم QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
الوصف A chrome extension for reading QR code from webpage.
حجم الملف 98.24 KB
عدد التثبيتات 4,189
النسخة الحالية 1.0.2
آخر تحديث 2022-10-20
تاريخ النشر 2022-08-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Ayaan Ahmad
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Reader",
    "description": "A chrome extension for reading QR code from webpage.",
    "version": "1.0.2",
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": ""
        }
    }
}