QR Code Maker

Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.

QR Code Maker란 무엇입니까?

QR Code Maker은(는) https://www.qrcodechimp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Generate Beautiful QR Codes for any business, marketing, educational, fun work or any need that you may have. 

Lot of options to choose from:
- You get option for various shapes such as circle, heart and hex
- You get to choose popular logos or upload your own
- You get to change color and shapes of eyeballs
- You get to upload your own images as background of the QR Code
- Download very high resolution images for your design and marketing work

Stand out in the crowd with most beautiful QR Codes brought to you by Qr Code Chimp!                    

확장 프로그램 기본 정보

이름 QR Code Maker QR Code Maker
ID fjhiihinnfloeepbkkidlhkfnbnjdaod
공식 URL https://chromewebstore.google.com/detail/qr-code-maker/fjhiihinnfloeepbkkidlhkfnbnjdaod
설명 Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.
파일 크기 1.6 MB
설치 횟수 9,627
현재 버전 1.06
최근 업데이트 2021-09-26
출시 날짜 2021-03-03
평점 4.86/5 총 28 개의 평점
개발자 https://www.qrcodechimp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.qrcodechimp.com
도움말 페이지 URL https://www.qrcodechimp.com/contact-us/
개인정보 보호 정책 페이지 URL https://www.qrcodechimp.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "version": "1.06",
    "description": "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "main.html",
        "default_icon": {
            "16": "\/images\/icons\/qrcodechimp16.png",
            "32": "\/images\/icons\/qrcodechimp32.png",
            "48": "\/images\/icons\/qrcodechimp48.png",
            "128": "\/images\/icons\/qrcodechimp128.png"
        }
    },
    "icons": {
        "16": "\/images\/icons\/qrcodechimp16.png",
        "32": "\/images\/icons\/qrcodechimp32.png",
        "48": "\/images\/icons\/qrcodechimp48.png",
        "128": "\/images\/icons\/qrcodechimp128.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}