CopyPaste

The simplest tool for copying from PC to phone

什么是CopyPaste?

CopyPaste是由https://cp.westkit.org开发的Chrome扩展程序,该扩展的主要功能是“The simplest tool for copying from PC to phone”。

扩展截图

screenshot

下载CopyPaste扩展crx文件

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

扩展使用说明

                        The simplest tool for copying from PC to phone.

All you need to do is visit this website.
http://cp.westkit.org/

Then pair up with this app using your Facebook account.

Done                    

扩展基本信息

名称 CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
官方URL https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
简介 The simplest tool for copying from PC to phone
文件大小 9.42 KB
安装次数 366
当前版本 1.0
更新时间 2013-08-05
上架时间 2013-08-04
评分 5.00/5 共5次评分
开发者 https://cp.westkit.org
付费类型 free
扩展官网 http://cp.westkit.org/
帮助页面URL http://cp.westkit.org/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyPaste",
    "description": "The simplest tool for copying from PC to phone",
    "version": "1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/cp.westkit.org\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "CopyPaste.html",
        "default_title": "CopyPaste - The simplest tool for copying from PC to phone"
    }
}