QR Code Generator

Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.

Qu'est-ce que QR Code Generator ?

QR Code Generator est une extension Chrome développée par https://www.hitslink.com, et sa fonction principale est "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".

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

                        The easiest way to get QR codes from URLs (also free text and phone numbers).

Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number.

To read the QR code, use a QR code reader app.  They are widely available on Android, IOS and most other platforms.

A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code).  The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.                    

Informations de Base sur l'Extension

Nom QR Code Generator QR Code Generator
ID debbcngjakfaeecpdlfpoobcknkljiod
URL Officiel https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod
Description Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
Taille du Fichier 84.42 KB
Nombre d'Installations 353
Version Actuelle 1.1
Dernière Mise à Jour 2013-03-07
Date de Publication 2013-03-07
Évaluation 3.67/5 Total 6 Évaluations
Développeur https://www.hitslink.com
Type de Paiement free
Site Web de l'Extension http://www.hitslink.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.",
    "minimum_chrome_version": "17.0",
    "name": "QR Code Generator",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}