CopyPaste

The simplest tool for copying from PC to phone

Wat is CopyPaste?

CopyPaste is een Chrome-extensie ontwikkeld door https://cp.westkit.org, en de belangrijkste functie is "The simplest tool for copying from PC to phone".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CopyPaste

Download CopyPaste-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
Officiële URL https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
Beschrijving The simplest tool for copying from PC to phone
Bestandsgrootte 9.42 KB
Aantal Installaties 366
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-05
Publicatiedatum 2013-08-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://cp.westkit.org
Betalingswijze free
Extensiewebsite http://cp.westkit.org/
Help Pagina-URL http://cp.westkit.org/
Ondersteunde Talen 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"
    }
}