Screen QR Reader

Read the QR code on the screen.

Wat is Screen QR Reader?

Screen QR Reader is een Chrome-extensie ontwikkeld door tk0111, en de belangrijkste functie is "Read the QR code on the screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Screen QR Reader

Download Screen QR Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
Officiële URL https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
Beschrijving Read the QR code on the screen.
Bestandsgrootte 131 KB
Aantal Installaties 3,000
Huidige Versie 0.1.2
Laatst Bijgewerkt 2023-01-31
Publicatiedatum 2023-01-28
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar tk0111
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tkobayashi0111.github.io/webext-privacy-policy
Ondersteunde Talen 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"
    ]
}