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.

Apa itu QR Code Generator?

QR Code Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.hitslink.com, dan fitur utamanya adalah "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QR Code Generator

Unduh file ekstensi QR Code Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QR Code Generator QR Code Generator
ID debbcngjakfaeecpdlfpoobcknkljiod
URL Resmi https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod
Deskripsi Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
Ukuran File 84.42 KB
Jumlah Instalasi 353
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-03-07
Tanggal Publikasi 2013-03-07
Penilaian 3.67/5 Total 6 Penilaian
Pengembang https://www.hitslink.com
Tipe Pembayaran free
Situs Ekstensi http://www.hitslink.com
Bahasa yang Didukung 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"
    }
}