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.」です。
拡張機能のスクリーンショット
Browser to Phone(by QRCode)拡張機能のCRXファイルをダウンロード
Browser to Phone(by QRCode)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        It can build QRCode quickly, because it build QRCode at local and doesn't need network.                     拡張機能の基本情報
| 名前 |   |  
| 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"
}  |  |