Screen QR Reader

Read the QR code on the screen.

ما هو Screen QR Reader؟

Screen QR Reader هو إضافة Chrome تم تطويرها بواسطة tk0111، والميزة الرئيسية لها هي "Read the QR code on the screen.".

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

screenshot

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

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

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

                        You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.

Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion                    

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

الاسم Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
عنوان URL الرسمي https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
الوصف Read the QR code on the screen.
حجم الملف 131 KB
عدد التثبيتات 3,000
النسخة الحالية 0.1.2
آخر تحديث 2023-01-31
تاريخ النشر 2023-01-28
تقييم 3.40/5 مجموع تقييمات 5
المطور tk0111
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://tkobayashi0111.github.io/webext-privacy-policy
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen QR Reader",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "version": "0.1.2",
    "version_name": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}