QRify

Turn a URL into a QR code with one click

QRify란 무엇입니까?

QRify은(는) em_te에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn a URL into a QR code with one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

QRify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:
- QR code generated offline for your privacy
- Accessible from toolbar icon
- Accessible from right-click menu
- International characters supported (UTF-8)
- QR code is big making it ideal for presentations and meetings
- Click to edit the QR text and generate a new QR code
- QR code stays in a separate window (right-click only) which you can keep on screen
- Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower                    

확장 프로그램 기본 정보

이름 QRify QRify
ID kecbciakhblncbhhihgmecmclicabmkp
공식 URL https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp
설명 Turn a URL into a QR code with one click
파일 크기 14.16 KB
설치 횟수 47
현재 버전 0.2.1
최근 업데이트 2017-08-12
출시 날짜 2017-08-11
평점 5.00/5 총 3 개의 평점
개발자 em_te
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://em-te.github.io/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "author": "Terry Yuen",
    "version": "0.2.1",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "11": "icon_11.png",
        "22": "icon_22.png",
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "11": "icon_11.png",
            "22": "icon_22.png",
            "48": "icon_48.png",
            "96": "icon_96.png"
        },
        "default_title": "__MSG_omniToQR__",
        "default_popup": "popup.html"
    }
}