QR Code Generator

Create QR Code quickly

QR Code Generator란 무엇입니까?

QR Code Generator은(는) https://devehab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create QR Code quickly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Create your own QR Codes! This App generates QR Codes from free text.

Features: 

- Generating QR code quickly.

- Material design user interface.

- Generate QR code from text messages, phone numbers ,links.

- Change the size QR code.

- Save QR code on your device.

- This app can be used even when there is no connection to the Internet.

- Speed in the performance.                    

확장 프로그램 기본 정보

이름 QR Code Generator QR Code Generator
ID eiopkgeeaokbolhdhfebipcneblkelcm
공식 URL https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm
설명 Create QR Code quickly
파일 크기 694 KB
설치 횟수 1,679
현재 버전 1.0.4
최근 업데이트 2016-05-04
출시 날짜 2016-05-04
평점 4.63/5 총 8 개의 평점
개발자 https://devehab.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Generator",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Create QR Code quickly",
    "short_name": "Create QR Code",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "Quick QR Code",
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "homepage_url": "http:\/\/devehab.com",
    "author": "Ehab Kahwati"
}