Copy Pasta
This extension will share your clipboard to other connected devices
Wat is Copy Pasta?
Copy Pasta is een Chrome-extensie ontwikkeld door neosoftware, en de belangrijkste functie is "This extension will share your clipboard to other connected devices".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Pasta
Download Copy Pasta-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 Copy Pasta Chrome Extension allows you to share texts and links to other devices in your group that have the Copy Pasta Mobile App.
Basisinformatie over de Extensie
Naam | |
ID | mgkingbdjfjgllkdjbeagffjdlhhphja |
Officiële URL | https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja |
Beschrijving | This extension will share your clipboard to other connected devices |
Bestandsgrootte | 621 KB |
Aantal Installaties | 841 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-04-23 |
Publicatiedatum | 2017-04-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | neosoftware |
Betalingswijze | free |
Extensiewebsite | http://copypastaapp.com/ |
URL van de Privacybeleid Pagina | http://copypastaapp.com/home/privacy-policy |
Ondersteunde Talen | 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'" } |