QR Codematic

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

Qu'est-ce que QR Codematic ?

QR Codematic est une extension Chrome développée par slawkacz, et sa fonction principale est "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QR Codematic

Téléchargez les fichiers d'extension QR Codematic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
URL Officiel https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Description QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
Taille du Fichier 121 KB
Nombre d'Installations 310
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-10-10
Date de Publication 2018-10-10
Évaluation 4.33/5 Total 6 Évaluations
Développeur slawkacz
Type de Paiement free
Site Web de l'Extension http://github.com/slawkacz
Langues Prises en Charge 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\/*"
    ]
}