QR Code Maker

Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.

¿Qué es QR Code Maker?

QR Code Maker es una extensión de Chrome desarrollada por https://www.qrcodechimp.com, y su función principal es "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión QR Code Maker

Descarga archivos de extensión QR Code Maker 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

                        Generate Beautiful QR Codes for any business, marketing, educational, fun work or any need that you may have. 

Lot of options to choose from:
- You get option for various shapes such as circle, heart and hex
- You get to choose popular logos or upload your own
- You get to change color and shapes of eyeballs
- You get to upload your own images as background of the QR Code
- Download very high resolution images for your design and marketing work

Stand out in the crowd with most beautiful QR Codes brought to you by Qr Code Chimp!                    

Información Básica de la Extensión

Nombre QR Code Maker QR Code Maker
ID fjhiihinnfloeepbkkidlhkfnbnjdaod
URL Oficial https://chromewebstore.google.com/detail/qr-code-maker/fjhiihinnfloeepbkkidlhkfnbnjdaod
Descripción Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.
Tamaño del Archivo 1.6 MB
Cantidad de Instalaciones 9,627
Versión Actual 1.06
Última Actualización 2021-09-26
Fecha de Publicación 2021-03-03
Calificación 4.86/5 Total de 28 Calificaciones
Desarrollador https://www.qrcodechimp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.qrcodechimp.com
URL de la Página de Ayuda https://www.qrcodechimp.com/contact-us/
URL de la Página de Política de Privacidad https://www.qrcodechimp.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "version": "1.06",
    "description": "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "main.html",
        "default_icon": {
            "16": "\/images\/icons\/qrcodechimp16.png",
            "32": "\/images\/icons\/qrcodechimp32.png",
            "48": "\/images\/icons\/qrcodechimp48.png",
            "128": "\/images\/icons\/qrcodechimp128.png"
        }
    },
    "icons": {
        "16": "\/images\/icons\/qrcodechimp16.png",
        "32": "\/images\/icons\/qrcodechimp32.png",
        "48": "\/images\/icons\/qrcodechimp48.png",
        "128": "\/images\/icons\/qrcodechimp128.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}