QR code generator

speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly

QR code generator란 무엇입니까?

QR code generator은(는) oksuluf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        便捷生成当前页面、图片、视频、音频网址的二维码,手机直接扫描就可以浏览                    

확장 프로그램 기본 정보

이름 QR code generator QR code generator
ID akfdjbkhbplepmhekgpcgdipgobjfhef
공식 URL https://chromewebstore.google.com/detail/qr-code-generator/akfdjbkhbplepmhekgpcgdipgobjfhef
설명 speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly
파일 크기 362 KB
설치 횟수 363
현재 버전 1.0.0.1002
최근 업데이트 2021-05-14
출시 날짜 2017-02-26
개발자 oksuluf
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.toptopn.com/privacy.html
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "version": "1.0.0.1002",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "default_locale": "zh_CN",
    "name": "__MSG_default_title__",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/19.png",
        "19": "img\/19.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "pop.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}