QR Code Maker

Best QR Code Maker on Chrome Web Store

QR Code Maker란 무엇입니까?

QR Code Maker은(는) New Tab Draft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best QR Code Maker on Chrome Web Store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The quickest way to create the QR code of the website you are visiting - Right beside the address bar.                    

확장 프로그램 기본 정보

이름 QR Code Maker QR Code Maker
ID jmadehfbknkdlbhiajnmpodahfloajgk
공식 URL https://chromewebstore.google.com/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk
설명 Best QR Code Maker on Chrome Web Store
파일 크기 33.6 KB
설치 횟수 1,046
현재 버전 0.1.0
최근 업데이트 2015-07-12
출시 날짜 2015-07-12
평점 4.75/5 총 4 개의 평점
개발자 New Tab Draft
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk?hl=en-US&gl=001
도움말 페이지 URL https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk/reviews?hl=en-US&gl=001
개인정보 보호 정책 페이지 URL https://sites.google.com/view/newtabdraft/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "short_name": "Best QR Code Maker",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Best QR Code Maker on Chrome Web Store",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "38": "img\/icon\/icon38.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/ga.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "QR Code Maker",
        "default_icon": "img\/icon\/icon38.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}