QR Code Tools

Generate a QR Code for the current page or your text

Qu'est-ce que QR Code Tools ?

QR Code Tools est une extension Chrome développée par kimown, et sa fonction principale est "Generate a QR Code for the current page or your text".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QR Code Tools

Téléchargez les fichiers d'extension QR Code Tools 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

                        Generate a QR Code for the current page or your text.                    

Informations de Base sur l'Extension

Nom QR Code Tools QR Code Tools
ID ocbhppgblkpojkpebamblimobggeaobi
URL Officiel https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi
Description Generate a QR Code for the current page or your text
Taille du Fichier 25.42 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-23
Date de Publication 2016-07-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur kimown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Tools",
    "description": "Generate a QR Code for the current page or your text",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}