QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

¿Qué es QRtag.net - The QR Code Generator?

QRtag.net - The QR Code Generator es una extensión de Chrome desarrollada por https://www.qrtag.net, y su función principal es "Generates an QR Code of the current page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión QRtag.net - The QR Code Generator

Descarga archivos de extensión QRtag.net - The QR Code Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)                    

Información Básica de la Extensión

Nombre QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
URL Oficial https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
Descripción Generates an QR Code of the current page.
Tamaño del Archivo 31.27 KB
Cantidad de Instalaciones 42
Versión Actual 1.0.5
Última Actualización 2020-07-17
Fecha de Publicación 2019-11-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.qrtag.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.qrtag.net/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRtag.net - The QR Code Generator",
    "short_name": "QRtag.net",
    "description": "Generates an QR Code of the current page.",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}