QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

Qu'est-ce que QR Code Generator ?

QR Code Generator est une extension Chrome développée par https://webplusdevelopers.com, et sa fonction principale est "This extension quickly generates a QR Code for url of the current tab.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

Informations de Base sur l'Extension

Nom QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
URL Officiel https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Description This extension quickly generates a QR Code for url of the current tab.
Taille du Fichier 53.81 KB
Nombre d'Installations 223
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-15
Date de Publication 2014-08-15
Développeur https://webplusdevelopers.com
Email [email protected]
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 Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}