URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

Qu'est-ce que URL to QR code converter ?

URL to QR code converter est une extension Chrome développée par https://sites.google.com/site/fujundu, et sa fonction principale est "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension URL to QR code converter

Téléchargez les fichiers d'extension URL to QR code converter 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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Informations de Base sur l'Extension

Nom URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Officiel https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Description This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Taille du Fichier 46.83 KB
Nombre d'Installations 4,354
Version Actuelle 0.4
Dernière Mise à Jour 2017-02-22
Date de Publication 2017-02-22
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://sites.google.com/site/fujundu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/fjdu/URL-to-QR-code
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}