URL2QR

将当前URL的地址转成二维码

URL2QR란 무엇입니까?

URL2QR은(는) http://www.liyaodong.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "将当前URL的地址转成二维码"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Generate a qrcode accroding to your visiting web page . and if you start a local server , the plugin will auto translate `localhost` to your local ip . and then you can visit it on your mobile or other people's computer . Is very convenient when you debug your responsive website . so , don't waste your time on copy url .                    

확장 프로그램 기본 정보

이름 URL2QR URL2QR
ID pmlpmeejppihnemepiadkmnghmbclhpg
공식 URL https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg
설명 将当前URL的地址转成二维码
파일 크기 36.32 KB
설치 횟수 70
현재 버전 2.1
최근 업데이트 2019-03-11
출시 날짜 2019-03-11
평점 5.00/5 총 4 개의 평점
개발자 http://www.liyaodong.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/liyaodong/url2qr
도움말 페이지 URL https://github.com/liyaodong/url2qr
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL2QR",
    "version": "2.1",
    "manifest_version": 2,
    "description": "\u5c06\u5f53\u524dURL\u7684\u5730\u5740\u8f6c\u6210\u4e8c\u7ef4\u7801",
    "author": "Vanilla",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/url2qr\/pmlpmeejppihnemepiadkmnghmbclhpg",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}