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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}