Browser to Phone(by QRCode)

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

What is Browser to Phone(by QRCode)?

Browser to Phone(by QRCode) is a Chrome extension developed by https://sites.google.com/site/zhucai, and its main feature is "Let url/text/image from browser to phone by qrcode.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browser to Phone(by QRCode) Extension CRX File

Download Browser to Phone(by QRCode) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Browser to Phone(by QRCode) Browser to Phone(by QRCode)
ID eoigbcfpoheelamphjcmhdpjpgefefoi
Official URL https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi
Description Let url/text/image from browser to phone by qrcode.
File Size 53.66 KB
Installation Count 261
Current Version 1.0.1
Last Updated 2013-09-29
Publish Date 2013-09-29
Rating 3.75/5 Total 4 Ratings
Developer https://sites.google.com/site/zhucai
Payment Type free
Supported Languages 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"
}