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ファイルをダウンロード

Chrome To Device拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}