Screen QR Reader
Read the QR code on the screen.
Qu'est-ce que Screen QR Reader ?
Screen QR Reader est une extension Chrome développée par tk0111, et sa fonction principale est "Read the QR code on the screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screen QR Reader
Téléchargez les fichiers d'extension Screen QR Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
URL Officiel | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
Description | Read the QR code on the screen. |
Taille du Fichier | 131 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2023-01-31 |
Date de Publication | 2023-01-28 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | tk0111 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://tkobayashi0111.github.io/webext-privacy-policy |
Langues Prises en Charge | 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" ] } |