QR Code Generator

Generate QR code from any text and save it as an SVG image

QR Code Generator란 무엇입니까?

QR Code Generator은(는) Keller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate QR code from any text and save it as an SVG image"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        QR Code Generator is an extension that helps you easily make QR codes in your browser.

Simply click on the toolbar button to open the app. You can open this add-on in a stand-alone window (default context) or toolbar popup, as well as a new tab. To choose a context for opening the app, please right-click on the toolbar button and then select your desired context. Please note that all changes are stored in the memory.

Once the app is open, please add a text in the text area within the app (bottom section). Next, click on the right-arrow button next to the text-area to generate the QR code. To see the last 10 generated QR codes, please click on the left sidebar. If you click on each item in the sidebar, it will be rendered on the main screen. On the top-right corner, there is a download button to download the current QR code as an SVG image file. Below that, there are reload (to reload the UI), support, and donation buttons.

Note: you can also select a text on any webpage and then right-click and choose - Generate QR Code - from the context menu to generate a QR code.

If you found a bug to report, or have a feature request in mind, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/qrcode-generator.html).                    

확장 프로그램 기본 정보

이름 QR Code Generator QR Code Generator
ID pfdnbeicnlgaliljnkekjigcgnlgkjfc
공식 URL https://chromewebstore.google.com/detail/qr-code-generator/pfdnbeicnlgaliljnkekjigcgnlgkjfc
설명 Generate QR code from any text and save it as an SVG image
파일 크기 30.97 KB
설치 횟수 921
현재 버전 0.1.2
최근 업데이트 2023-03-01
출시 날짜 2020-02-05
평점 4.00/5 총 2 개의 평점
개발자 Keller
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/qrcode-generator.html
도움말 페이지 URL https://mybrowseraddon.com/qrcode-generator.html
개인정보 보호 정책 페이지 URL https://mybrowseraddon.com/privacy-policy/keller.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "QR Code Generator",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/qrcode-generator.html",
    "description": "Generate QR code from any text and save it as an SVG image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}