QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

Cos'è QR Codematic?

QR Codematic è un'estensione di Chrome sviluppata da slawkacz, e la sua funzione principale è "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QR Codematic

Scarica i file di estensione QR Codematic 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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

Informazioni di Base sull'Estensione

Nome QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
URL Ufficiale https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Descrizione QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
Dimensione del File 121 KB
Conteggio Installazioni 310
Versione Corrente 1.1.2
Ultimo Aggiornamento 2018-10-10
Data di Pubblicazione 2018-10-10
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore slawkacz
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/slawkacz
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}