QR Code Maker

This Extension allow the user to quickly create QR Codes with the current url

Qu'est-ce que QR Code Maker ?

QR Code Maker est une extension Chrome développée par Nick Remijn, et sa fonction principale est "This Extension allow the user to quickly create QR Codes with the current url".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension QR Code Maker 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 makes it easier to share links between devices by making a QR Code out of them.

Features: 
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code

Changelog:

- 1.0.0
 - initial Version                    

Informations de Base sur l'Extension

Nom QR Code Maker QR Code Maker
ID oihjnlgmlpagpafdmegndjahnbkhcfge
URL Officiel https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge
Description This Extension allow the user to quickly create QR Codes with the current url
Taille du Fichier 7.57 KB
Nombre d'Installations 629
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-02-16
Date de Publication 2014-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nick Remijn
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Maker",
    "description": "This Extension allow the user to quickly create QR Codes with the current url",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Create QR Code",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}