Lector Codigo Qr
Lector codigo Qr esta desarrollado para leer las imagenes Qr
What is Lector Codigo Qr?
Lector Codigo Qr is a Chrome extension developed by clowinelle15, and its main feature is "Lector codigo Qr esta desarrollado para leer las imagenes Qr".
Extension Screenshots
Download Lector Codigo Qr Extension CRX File
Download Lector Codigo Qr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lector de código QR, acceder fácilmente a una herramienta para decodificar las imágenes con código QR. Simplemente accede al complemento, selecciona la imagen con el código QR y observa el resultado de la decodificación del código QR o accede con el atrajo de teclado Ctrl + Shift + L
Extension Basic Information
Name | Lector Codigo Qr |
ID | mggllcnmlooiibikifmojaojepbolpem |
Official URL | https://chromewebstore.google.com/detail/lector-codigo-qr/mggllcnmlooiibikifmojaojepbolpem |
Description | Lector codigo Qr esta desarrollado para leer las imagenes Qr |
File Size | 430 KB |
Installation Count | 4,148 |
Current Version | 1.1 |
Last Updated | 2022-02-18 |
Publish Date | 2020-08-27 |
Rating | 4.50/5 Total 2 Ratings |
Developer | clowinelle15 |
Payment Type | free |
Privacy Policy Page URL | https://hybridapps.net/privacy.htm |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lector Codigo Qr", "version": "1.1", "manifest_version": 2, "description": "Lector codigo Qr esta desarrollado para leer las imagenes Qr", "icons": { "16": "icons\/icon128svg.png", "48": "icons\/icon128svg.png", "128": "icons\/icon128svg.png" }, "browser_action": { "default_title": "Lector Codigo Qr", "default_icon": "icons\/icon128svg.png", "default_popup": "lector.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L" } } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |