Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Easy QR-Code Generator란 무엇입니까?

Easy QR-Code Generator은(는) Benjamin Klein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make QR Codes from the Current Tab or specified URL."입니다.

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

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

확장 프로그램 사용 설명서

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

확장 프로그램 기본 정보

이름 Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
공식 URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
설명 Make QR Codes from the Current Tab or specified URL.
파일 크기 108 KB
설치 횟수 117
현재 버전 1.0.2
최근 업데이트 2014-04-28
출시 날짜 2014-04-28
평점 5.00/5 총 2 개의 평점
개발자 Benjamin Klein
결제 유형 free
도움말 페이지 URL http://touchdata.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}