Screen QR Reader
Read the QR code on the screen.
Cos'è Screen QR Reader?
Screen QR Reader è un'estensione di Chrome sviluppata da tk0111, e la sua funzione principale è "Read the QR code on the screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen QR Reader
Scarica i file di estensione Screen QR Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
Descrizione | Read the QR code on the screen. |
Dimensione del File | 131 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2023-01-31 |
Data di Pubblicazione | 2023-01-28 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | tk0111 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://tkobayashi0111.github.io/webext-privacy-policy |
Lingue Supportate | 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" ] } |