QR Clip and Scan

Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…

ما هو QR Clip and Scan؟

QR Clip and Scan هو إضافة Chrome تم تطويرها بواسطة Haru Soft، والميزة الرئيسية لها هي "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".

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

screenshot

تحميل ملف CRX للإضافة QR Clip and Scan

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

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

                        Scan QR code in image in clipboard.

If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code.                    

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

الاسم QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
الوصف Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
حجم الملف 66.58 KB
عدد التثبيتات 5,692
النسخة الحالية 0.0.0.1
آخر تحديث 2020-10-28
تاريخ النشر 2020-10-28
تقييم 4.11/5 مجموع تقييمات 9
المطور Haru Soft
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
عنوان صفحة المساعدة https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Clip and Scan",
    "version": "0.0.0.1",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon.png"
        },
        "default_title": "QR Clip and Scan",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ]
}