Free QR-Code Generator

Customize the design, add a logo, enter the required information and create a QR code!

Free QR-Code Generator란 무엇입니까?

Free QR-Code Generator은(는) https://free-qr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize the design, add a logo, enter the required information and create a QR code!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Free QR-Code Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generator QR code will help you create QR codes easy, for free of charge and without registration. The QR code will be available for download in PNG, EPS and vector SVG formats.                    

확장 프로그램 기본 정보

이름 Free QR-Code Generator Free QR-Code Generator
ID mienaogfjihpcafkcpghjgalmfpoilia
공식 URL https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia
설명 Customize the design, add a logo, enter the required information and create a QR code!
파일 크기 333 KB
설치 횟수 359
현재 버전 1.0.1
최근 업데이트 2021-01-21
출시 날짜 2021-01-21
평점 5.00/5 총 1 개의 평점
개발자 https://free-qr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://free-qr.com/
도움말 페이지 URL https://free-qr.com/
개인정보 보호 정책 페이지 URL https://free-qr.com/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "back.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "index.html",
        "default_title": "Free QR-Code Generator"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/free-qr.com\/ object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "options.html"
    ],
    "homepage_url": "https:\/\/free-qr.com\/",
    "name": "Free QR-Code Generator",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "permissions": [
        "https:\/\/free-qr.com\/"
    ]
}