QR Code Reader

A chrome extension for reading QR code from webpage.

Co to jest QR Code Reader?

QR Code Reader to rozszerzenie Chrome opracowane przez Ayaan Ahmad, a jego główną funkcją jest „A chrome extension for reading QR code from webpage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia QR Code Reader

Pobierz pliki rozszerzeń QR Code Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
Oficjalny URL https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
Opis A chrome extension for reading QR code from webpage.
Rozmiar pliku 98.24 KB
Liczba instalacji 4,189
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-10-20
Data Publikacji 2022-08-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Ayaan Ahmad
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": ""
        }
    }
}