Copy Pasta
This extension will share your clipboard to other connected devices
Hvad er Copy Pasta?
Copy Pasta er en Chrome-udvidelse udviklet af neosoftware, og dens hovedfunktion er "This extension will share your clipboard to other connected devices".
Udvidelsesskærmbilleder
Download Copy Pasta-udvidelses-CRX-fil
Download Copy Pasta-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mgkingbdjfjgllkdjbeagffjdlhhphja |
Officiel URL | https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja |
Beskrivelse | This extension will share your clipboard to other connected devices |
Filstørrelse | 621 KB |
Antal Installationer | 841 |
Nuværende Version | 1.3 |
Senest Opdateret | 2017-04-23 |
Udgivelsesdato | 2017-04-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | neosoftware |
Betalingsmetode | free |
Udvidelseswebsted | http://copypastaapp.com/ |
URL til Fortrolighedspolitik Side | http://copypastaapp.com/home/privacy-policy |
Understøttede Sprog | 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'" } |