QR Code (Generator and Reader)

Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…

QR Code (Generator and Reader)란 무엇입니까?

QR Code (Generator and Reader)은(는) https://qrlive.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…"입니다.

확장 프로그램 스크린샷

screenshot

QR Code (Generator and Reader) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generar código QR desde la url que estés visitando, de enlaces, imágenes, textos seleccionados. Y decodificar una imagen de código qr.                    

확장 프로그램 기본 정보

이름 QR Code (Generator and Reader) QR Code (Generator and Reader)
ID cpkojheloojklhggeambepedgooiihlc
공식 URL https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc
설명 Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…
파일 크기 101 KB
설치 횟수 11,099
현재 버전 1.4.1.9
최근 업데이트 2018-05-31
출시 날짜 2018-05-31
평점 4.17/5 총 6 개의 평점
개발자 https://qrlive.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://qrlive.net
도움말 페이지 URL http://qrlive.net
지원되는 언어 en,es,pt-BR
manifest.json
{
    "author": "qrlive,net",
    "background": {
        "scripts": [
            "js\/soft\/qrcode.js",
            "js\/soft\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/soft\/jsqrcode.min.js",
            "js\/api.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "es",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "options_page": "opcion.html",
    "options_ui": {
        "chrome_style": true,
        "page": "opcion.html"
    },
    "page_action": {
        "default_icon": {
            "32": "icon\/32.png",
            "38": "icon\/38.png",
            "48": "icon\/48.png",
            "96": "icon\/96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_generate__"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1.9"
}