QR Code Maker and Decoder

QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.

Cos'è QR Code Maker and Decoder?

QR Code Maker and Decoder è un'estensione di Chrome sviluppata da Smart Software, e la sua funzione principale è "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QR Code Maker and Decoder

Scarica i file di estensione QR Code Maker and Decoder 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

                        Creates a right-click context menu for making a QR Code from the current page, link or selected text. 
Text, URL, phone numbers, SMS and contacts are supported.
You can also decode QR code from image.

Published the extension since 2011
Updated to the manifest v3 in December 2023                    

Informazioni di Base sull'Estensione

Nome QR Code Maker and Decoder QR Code Maker and Decoder
ID ekkkpjnnhmokcnfdllcgldppopnneooi
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi
Descrizione QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
Dimensione del File 39.22 KB
Conteggio Installazioni 10,000
Versione Corrente 0.9.2.3
Ultimo Aggiornamento 2023-12-12
Data di Pubblicazione 2020-05-07
Valutazione 3.22/5 Totale 46 Valutazioni
Sviluppatore Smart Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://atomurl.net/qrcode/
URL della Pagina di Aiuto https://atomurl.net/qrcode/
URL della Pagina della Politica sulla Privacy http://iblogbox.com/chrome/tos.php
Lingue Supportate de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.2.3"
}