QR Code Scanner and Generator

A browser extension to scan and generate new QR code. This extension offers a set of very unique features. Which enable users…

QR Code Scanner and Generatorคืออะไร?

QR Code Scanner and Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Baruri และคุณลักษณะหลักของมันคือ "A browser extension to scan and generate new QR code. This extension offers a set of very unique features. Which enable users…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Scanner and Generator

ดาวน์โหลดไฟล์ส่วนขยาย QR Code Scanner and Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A browser extension to scan and generate new QR code. This extension offers a set of very unique features. Which enable users scanning and creating new QR Code within just a click. This browser extension enables the user to right click on the selected text and create a new QR Code. Which is very useful while sharing text on different devices and it reduces the efforts of manually typing. And the user can scan any image from all websites only just right clicking on it.

Essential Features:
================

✅   Scan QR using Web Camera
✅   Scan QR code from image file upload
✅.  Scan QR from any website by right click.
✅.  Generate or create a new QR by clicking on the selected text by mouse from any websites.
✅   Download Generated QR code
✅   Copy the scanned data from QR Code

For any feature requests or issues contact to the developer's email address. 

If you are happy with this extension then please write a review  which would inspires us.

Developed with❤️  by Rahul Baruri                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QR Code Scanner and Generator QR Code Scanner and Generator
ID akekmdbhpcllngkclondhoffopndiofn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-code-scanner-and-gener/akekmdbhpcllngkclondhoffopndiofn
คำอธิบาย A browser extension to scan and generate new QR code. This extension offers a set of very unique features. Which enable users…
ขนาดไฟล์ 75.51 KB
จำนวนการติดตั้ง 760
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-04-02
วันที่เผยแพร่ 2021-09-24
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rahul Baruri
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Scanner and Generator",
    "short_name": "QR Code Scanner",
    "offline_enabled": true,
    "version": "1.0.2",
    "manifest_version": 3,
    "author": "Rahul Baruri ",
    "icons": {
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "images\/icons\/32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/worker.js",
                "\/js\/content_script.js",
                "\/js\/background.js",
                "\/vendors\/qr-scanner\/worker.js",
                "\/css\/style.css",
                "\/images\/icons\/cancel.png",
                "\/images\/icons\/copy.png",
                "\/images\/icons\/image.png",
                "\/images\/icons\/camera.png",
                "\/images\/icons\/donate.png",
                "\/images\/icons\/qr-code.png",
                "\/images\/upload-qr.jpeg",
                "\/images\/icons\/icon-256x256.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}