Fast QR Code Generator

Generates QR code from any text (URL, message, number, etc.)

Fast QR Code Generator란 무엇입니까?

Fast QR Code Generator은(는) Benni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates QR code from any text (URL, message, number, etc.)"입니다.

확장 프로그램 스크린샷

screenshot

Fast QR Code Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fast QR Code Generator is a handy addon that generates QR code from any text (URL, message, number, etc.). Simply open toolbar popup to view the QR code.

Some features:
a. One click QR code generation right from your browser toolbar.
b. Generated code can be sent to any device with a camera and QR reader.
c. Stores all visited tab URLs.
d. Available for all browsers (Chrome, Firefox, and Opera)

Some useful notes:
1. To use this extension you need a QR code reader installed on your cellphone.
2. There are a ton of QR code scanners for cellphones such as QR Droid™ for Android and QR Reader for iPhone.                    

확장 프로그램 기본 정보

이름 Fast QR Code Generator Fast QR Code Generator
ID mabegaogknpjdomagkfdbhkodcmehlac
공식 URL https://chromewebstore.google.com/detail/fast-qr-code-generator/mabegaogknpjdomagkfdbhkodcmehlac
설명 Generates QR code from any text (URL, message, number, etc.)
파일 크기 41.13 KB
설치 횟수 1,204
현재 버전 0.2.2
최근 업데이트 2017-07-10
출시 날짜 2017-07-10
평점 2.70/5 총 10 개의 평점
개발자 Benni
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://add0n.com/send-to-myphone.html
도움말 페이지 URL http://add0n.com/send-to-myphone.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "manifest_version": 2,
    "short_name": "qrcodegenerator",
    "name": "Fast QR Code Generator",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/add0n.com\/send-to-myphone.html",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "description": "Generates QR code from any text (URL, message, number, etc.)",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Fast QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}