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.

什麼是QR Code Generator?

QR Code Generator是由https://www.hitslink.com開發的Chrome擴展程式,該擴展的主要功能是“Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.”。

擴展截圖

screenshot

下載QR Code Generator擴展crx文件

下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 QR Code Generator QR Code Generator
ID debbcngjakfaeecpdlfpoobcknkljiod
官方網址 https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod
簡介 Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
檔案大小 84.42 KB
安裝次數 353
目前版本 1.1
更新時間 2013-03-07
上架時間 2013-03-07
評分 3.67/5 共 6 次評分
開發者 https://www.hitslink.com
付費類型 free
擴展官網 http://www.hitslink.com
支援的語言 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"
    }
}