Ultimate QR-code Generator

Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc

Ultimate QR-code Generator란 무엇입니까?

Ultimate QR-code Generator은(는) https://protocoder.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc"입니다.

확장 프로그램 스크린샷

screenshot

Ultimate QR-code Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Creates and show QR-code from page URL, selected or custom texts.

Completely offlline, UTF-8 support.
QR-code can be saved to SVG or HTML.
Variable size, colors, correction level.
Some predefined templates available (WiFi, MECARD, etc)                    

확장 프로그램 기본 정보

이름 Ultimate QR-code Generator Ultimate QR-code Generator
ID lfbhdbdieippijcbajiijlaaodillagj
공식 URL https://chromewebstore.google.com/detail/ultimate-qr-code-generato/lfbhdbdieippijcbajiijlaaodillagj
설명 Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc
파일 크기 143 KB
설치 횟수 177
현재 버전 1.55
최근 업데이트 2017-02-27
출시 날짜 2017-02-27
평점 5.00/5 총 2 개의 평점
개발자 https://protocoder.ru
결제 유형 free
확장 프로그램 웹 사이트 http://protocoder.ru/firefox/Ultimate_QR_Generator
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate QR-code Generator",
    "short_name": "U QRcode Gen",
    "version": "1.55",
    "author": "Protocoder",
    "homepage_url": "http:\/\/protocoder.ru\/firefox\/Ultimate_QR_Generator",
    "description": "Creates \/ shows \/ saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Ultimate QR-code Generator",
        "default_popup": "popup\/main.html"
    },
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}