CopyPaste
The simplest tool for copying from PC to phone
Qu'est-ce que CopyPaste ?
CopyPaste est une extension Chrome développée par https://cp.westkit.org, et sa fonction principale est "The simplest tool for copying from PC to phone".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CopyPaste
Téléchargez les fichiers d'extension CopyPaste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
URL Officiel | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
Description | The simplest tool for copying from PC to phone |
Taille du Fichier | 9.42 KB |
Nombre d'Installations | 366 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-05 |
Date de Publication | 2013-08-04 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://cp.westkit.org |
Type de Paiement | free |
Site Web de l'Extension | http://cp.westkit.org/ |
URL de la Page d'Aide | http://cp.westkit.org/ |
Langues Prises en Charge | 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" } } |