Url2QRcode

Convert the URL to QRcode.

Url2QRcode란 무엇입니까?

Url2QRcode은(는) https://getcrx.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert the URL to QRcode."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Just help you Convert the URL to QRcode.
Just Do It!

- one key to convert the URL of current TAB
- convert any text in the option page(right click the extension icon, and select `option`)
- offline convert supported
- v2.2.0: customize qrcode image size( range from 10px to 570px)
- v2.3.0: add `QRcode to URL scaner` context menu(should enable `chrome://flags/#enable-experimental-web-platform-features` manualy)
- v2.4.0 add history record
- v2.5.0 support QRcode detect in contextmenu on Windows                    

확장 프로그램 기본 정보

이름 Url2QRcode Url2QRcode
ID acedjabgpolnckckknijpejicghpfbnj
공식 URL https://chromewebstore.google.com/detail/url2qrcode/acedjabgpolnckckknijpejicghpfbnj
설명 Convert the URL to QRcode.
파일 크기 369 KB
설치 횟수 2,000
현재 버전 2.5.1
최근 업데이트 2023-02-18
출시 날짜 2019-03-28
평점 4.50/5 총 6 개의 평점
개발자 https://getcrx.cn
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/g8up/youDaoDict/wiki/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.1",
    "background": {
        "scripts": [
            "barcode-detector.umd.js",
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/g8up.cn.png",
        "default_popup": "assets\/popup.html"
    },
    "options_page": "assets\/option.html",
    "icons": {
        "128": "assets\/g8up-cn.png"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}