CopyPaste

The simplest tool for copying from PC to phone

O que é CopyPaste?

CopyPaste é uma extensão do Chrome desenvolvida por https://cp.westkit.org, e sua principal característica é "The simplest tool for copying from PC to phone".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CopyPaste

Baixe arquivos de extensão CopyPaste no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
URL Oficial https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
Descrição The simplest tool for copying from PC to phone
Tamanho do Arquivo 9.42 KB
Contagem de Instalações 366
Versão Atual 1.0
Última Atualização 2013-08-05
Data de Publicação 2013-08-04
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://cp.westkit.org
Tipo de Pagamento free
Site da Extensão http://cp.westkit.org/
URL da Página de Ajuda http://cp.westkit.org/
Idiomas Suportados 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"
    }
}