QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

QR Codematic란 무엇입니까?

QR Codematic은(는) slawkacz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

확장 프로그램 기본 정보

이름 QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
공식 URL https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
설명 QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
파일 크기 121 KB
설치 횟수 310
현재 버전 1.1.2
최근 업데이트 2018-10-10
출시 날짜 2018-10-10
평점 4.33/5 총 6 개의 평점
개발자 slawkacz
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/slawkacz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}