CopyPaste

The simplest tool for copying from PC to phone

What is CopyPaste?

CopyPaste is a Chrome extension developed by https://cp.westkit.org, and its main feature is "The simplest tool for copying from PC to phone".

Extension Screenshots

screenshot

Download CopyPaste Extension CRX File

Download CopyPaste 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

                        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                    

Extension Basic Information

Name CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
Official URL https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
Description The simplest tool for copying from PC to phone
File Size 9.42 KB
Installation Count 366
Current Version 1.0
Last Updated 2013-08-05
Publish Date 2013-08-04
Rating 5.00/5 Total 5 Ratings
Developer https://cp.westkit.org
Payment Type free
Extension Website http://cp.westkit.org/
Help Page URL http://cp.westkit.org/
Supported Languages 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"
    }
}