QR it!

This extension shows the QR code of the current URL address.

QR it!란 무엇입니까?

QR it!은(는) https://malva.altervista.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows the QR code of the current URL address."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

QR it! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.

Tired of typing long adresses on that tiny phone keyboard of yours? 
Of emailing yourself links? 

QR it! is for you.                    

확장 프로그램 기본 정보

이름 QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
공식 URL https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
설명 This extension shows the QR code of the current URL address.
파일 크기 57.31 KB
설치 횟수 29
현재 버전 1.1
최근 업데이트 2019-04-13
출시 날짜 2019-04-13
개발자 https://malva.altervista.org
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR it!",
    "description": "This extension shows the QR code of the current URL address.",
    "version": "1.1",
    "options_page": "options\/options.html",
    "icons": {
        "19": "images\/qrcode19.png",
        "38": "images\/qrcode38.png",
        "48": "images\/qrcode48.png",
        "128": "images\/qrcode128.png"
    },
    "browser_action": {
        "default_icon": "images\/qrcode.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qrcode.min.js",
                "popup.js",
                "options\/options.js"
            ]
        }
    ]
}