QRCodie - QR Code Generator

A simple QR Code generator.

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

QRCodie - QR Code Generator은(는) Angus Zhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple QR Code generator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A simple and beautiful QR Code generator.
Generates the QR Code of the website or any other text contents.

What's new in 3.0
- Brand new UI design
- More appearance customization options                    

확장 프로그램 기본 정보

이름 QRCodie - QR Code Generator QRCodie - QR Code Generator
ID bphdkmejkbcfcglcgmmbmjggafkgfjcm
공식 URL https://chromewebstore.google.com/detail/qrcodie-qr-code-generator/bphdkmejkbcfcglcgmmbmjggafkgfjcm
설명 A simple QR Code generator.
파일 크기 124 KB
설치 횟수 563
현재 버전 3.0.0
최근 업데이트 2023-10-26
출시 날짜 2015-07-23
평점 5.00/5 총 3 개의 평점
개발자 Angus Zhu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ie.framer.website/
개인정보 보호 정책 페이지 URL https://ie.framer.website/privacy
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "QRCodie",
    "version": "3.0.0",
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_generate_code__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardRead"
    ],
    "default_locale": "en",
    "minimum_chrome_version": "88"
}