CopyPaste
The simplest tool for copying from PC to phone
Cos'è CopyPaste?
CopyPaste è un'estensione di Chrome sviluppata da https://cp.westkit.org, e la sua funzione principale è "The simplest tool for copying from PC to phone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CopyPaste
Scarica i file di estensione CopyPaste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
URL Ufficiale | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
Descrizione | The simplest tool for copying from PC to phone |
Dimensione del File | 9.42 KB |
Conteggio Installazioni | 366 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-08-05 |
Data di Pubblicazione | 2013-08-04 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://cp.westkit.org |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cp.westkit.org/ |
URL della Pagina di Aiuto | http://cp.westkit.org/ |
Lingue Supportate | 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" } } |