Copy Pasta
This extension will share your clipboard to other connected devices
Qu'est-ce que Copy Pasta ?
Copy Pasta est une extension Chrome développée par neosoftware, et sa fonction principale est "This extension will share your clipboard to other connected devices".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Pasta
Téléchargez les fichiers d'extension Copy Pasta 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 Copy Pasta Chrome Extension allows you to share texts and links to other devices in your group that have the Copy Pasta Mobile App.
Informations de Base sur l'Extension
Nom | |
ID | mgkingbdjfjgllkdjbeagffjdlhhphja |
URL Officiel | https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja |
Description | This extension will share your clipboard to other connected devices |
Taille du Fichier | 621 KB |
Nombre d'Installations | 841 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-04-23 |
Date de Publication | 2017-04-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | neosoftware |
Type de Paiement | free |
Site Web de l'Extension | http://copypastaapp.com/ |
URL de la Page de Politique de Confidentialité | http://copypastaapp.com/home/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Pasta", "description": "This extension will share your clipboard to other connected devices", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "clipboardWrite", "activeTab", "contextMenus", "cookies", "*:\/\/*.copypastaapp.com\/", "https:\/\/zumo.blob.core.windows.net\/*" ], "icons": { "16": "icon-context.png" }, "content_security_policy": "script-src 'self' https:\/\/zumo.blob.core.windows.net\/sdk\/azure-mobile-apps-client.min.js; object-src 'self'" } |