Chrome To Device

Open current website on mobile device using QRCode

Chrome To Device란 무엇입니까?

Chrome To Device은(는) kgreg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open current website on mobile device using QRCode"입니다.

확장 프로그램 스크린샷

screenshot

Chrome To Device 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome to Device

Simple extension to open your current tab on the mobile device.

Open the tab -> click the extension icon -> scan QRCode using any QRCode scanner on your device.

Enjoy!                    

확장 프로그램 기본 정보

이름 Chrome To Device Chrome To Device
ID abejmemejiomdhoncldkhoplbejegcdj
공식 URL https://chromewebstore.google.com/detail/chrome-to-device/abejmemejiomdhoncldkhoplbejegcdj
설명 Open current website on mobile device using QRCode
파일 크기 2.46 MB
설치 횟수 502
현재 버전 0.2
최근 업데이트 2014-08-27
출시 날짜 2014-08-27
평점 5.00/5 총 2 개의 평점
개발자 kgreg
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' chrome-extension:\/\/EXTENSIONID\/analytics.js; object-src 'self'",
    "name": "Chrome To Device",
    "description": "Open current website on mobile device using QRCode",
    "version": "0.2",
    "options_page": "options.html",
    "icons": {
        "48": "ico\/icon-48x48.png",
        "128": "ico\/icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "ico\/ico-qrcode-19x19-blue2.png",
        "default_popup": "popup.html"
    }
}