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文件

下載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.                    

擴展基本資訊

名稱 Browser to Phone(by QRCode) Browser to Phone(by QRCode)
ID eoigbcfpoheelamphjcmhdpjpgefefoi
官方網址 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"
}