Screen QR Reader

Read the QR code on the screen.

Co to jest Screen QR Reader?

Screen QR Reader to rozszerzenie Chrome opracowane przez tk0111, a jego główną funkcją jest „Read the QR code on the screen.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screen QR Reader

Pobierz pliki rozszerzeń Screen QR 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
Oficjalny URL https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
Opis Read the QR code on the screen.
Rozmiar pliku 131 KB
Liczba instalacji 3,000
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2023-01-31
Data Publikacji 2023-01-28
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper tk0111
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://tkobayashi0111.github.io/webext-privacy-policy
Obsługiwane Języki 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"
    ]
}