Easy QR Code

Generate and scan QR Codes with one click! Simplify your online experience with quick and convenient QR Code interactions.

ما هو Easy QR Code؟

Easy QR Code هو إضافة Chrome تم تطويرها بواسطة https://itoolkit.app، والميزة الرئيسية لها هي "Generate and scan QR Codes with one click! Simplify your online experience with quick and convenient QR Code interactions.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easy QR code Extension. Generate offline QR Code with a simple click!
The Google Chrome™ QR code extension. 
Generate offline QR Code with ONE CLICK! Scan QR Code in image with ONE CLICK!
This extension allows users to generate/scan offline QR Code for the current page quickly.

Please note that this extension, unlike others, doesn't require any special permissions. And it's only loaded when you click on the icon. So it doesn't need any unnecessary memory while not used.

And also note, that the QR code is generated completely offline. The URL of the page you visited will not sent over the network. So it's probably as good as it gets regarding privacy and security.

To generate the QR Code after installing extension, just click the QR Code icon on the top-right of your browser window.

Features:
- Generate QR Code for current page with one click.
- Trun any of your inputs into QR Code in realtime (when you edit the text in the input field).
- Download generated QR code image.
- Scan QR code in image by right click context menu.
- Style the QR face as you like (color, size and etc.)
- Set icon for QR                    

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

الاسم Easy QR Code Easy QR Code
ID lobgmjplponpghhahhmpfhnaiegjipaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-qr-code/lobgmjplponpghhahhmpfhnaiegjipaf
الوصف Generate and scan QR Codes with one click! Simplify your online experience with quick and convenient QR Code interactions.
حجم الملف 1.72 MB
عدد التثبيتات 2,000
النسخة الحالية 1.0.6
آخر تحديث 2024-02-03
تاريخ النشر 2023-02-07
تقييم 4.98/5 مجموع تقييمات 206
المطور https://itoolkit.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://itoolkit.app/it-tools/qrcode-generator
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.6",
    "author": "aiddroid ",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.903826e2.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**\/*.png",
                "resources\/*.json"
            ],
            "matches": [
                "https:\/\/itoolkit.app\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}