Quick QRCode

A QRCode creator for Chrome

Quick QRCode란 무엇입니까?

Quick QRCode은(는) chenzhiwei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A QRCode creator for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Quick QRCode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features
=================
* Support context menus
* Support custom content
* Support running in offline mode
* Support creating QRCode for pages, links, images, selected content

Feedback
=================
https://github.com/chenzhiwei/chrome-quick-qrcode

Alternative
=================
This one will generate the QR Code in the popup.
https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo                    

확장 프로그램 기본 정보

이름 Quick QRCode Quick QRCode
ID ijoeanckpfaegjkbdmbihinbdpgpcbba
공식 URL https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba
설명 A QRCode creator for Chrome
파일 크기 51.72 KB
설치 횟수 2,304
현재 버전 0.0.4
최근 업데이트 2020-07-23
출시 날짜 2015-03-04
평점 5.00/5 총 11 개의 평점
개발자 chenzhiwei
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chenzhiwei/chrome-quick-qrcode
도움말 페이지 URL https://github.com/chenzhiwei/chrome-quick-qrcode
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4",
    "name": "Quick QRCode",
    "short_name": "Quick QRCode",
    "description": "__MSG_description__",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icon\/quick-qrcode-16.png",
        "48": "icon\/quick-qrcode-48.png",
        "128": "icon\/quick-qrcode-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event.js"
        ]
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "19": "icon\/quick-qrcode-19.png",
            "38": "icon\/quick-qrcode-38.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}