Send to phone

Send any text to your phone

什么是Send to phone?

Send to phone是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Send any text to your phone”。

下载Send to phone扩展crx文件

下载Send to phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use this extension to copy text on your browser to your phone.
Select a text on the browser window, click on the extension icon and it will convert your text into a QR Code. Now scan that with your phone.

Note: Does not support address bar URLs and URLs hidden behind hyperlinks                    

扩展基本信息

名称 Send to phone Send to phone
ID bcojbpajiiplbpaigpadkccghbfbefhl
官方URL https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl
简介 Send any text to your phone
文件大小 3.87 KB
安装次数 309
当前版本 1.0
更新时间 2018-04-01
上架时间 2018-04-01
评分 4.50/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to phone",
    "version": "1.0",
    "description": "Send any text to your phone",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}