Browser to Phone(by QRCode)

Let url/text/image from browser to phone by qrcode.

Browser to Phone(by QRCode)란 무엇입니까?

Browser to Phone(by QRCode)은(는) https://sites.google.com/site/zhucai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let url/text/image from browser to phone by qrcode."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Browser to Phone(by QRCode) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It can build QRCode quickly, because it build QRCode at local and doesn't need network.                    

확장 프로그램 기본 정보

이름 Browser to Phone(by QRCode) Browser to Phone(by QRCode)
ID eoigbcfpoheelamphjcmhdpjpgefefoi
공식 URL https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi
설명 Let url/text/image from browser to phone by qrcode.
파일 크기 53.66 KB
설치 횟수 261
현재 버전 1.0.1
최근 업데이트 2013-09-29
출시 날짜 2013-09-29
평점 3.75/5 총 4 개의 평점
개발자 https://sites.google.com/site/zhucai
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0.1"
}