making QRCode of the url

making QRCode of the url

making QRCode of the url란 무엇입니까?

making QRCode of the url은(는) yanghongbo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "making QRCode of the url"입니다.

확장 프로그램 스크린샷

screenshot

making QRCode of the url 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website)
Open Sourced @ https://github.com/sprhawk/QRUrl


下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd                    

확장 프로그램 기본 정보

이름 making QRCode of the url making QRCode of the url
ID gjgcfgihcndpmadahcnmfhgggpimgddo
공식 URL https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo
설명 making QRCode of the url
파일 크기 73.99 KB
설치 횟수 23
현재 버전 1.0.2
최근 업데이트 2014-06-11
출시 날짜 2014-06-11
평점 5.00/5 총 2 개의 평점
개발자 yanghongbo
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "making QRCode of the url",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "making QRCode of the url",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "qrcodejs\/qrcode.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "QRCode URL",
        "default_popup": "popup.html"
    }
}