Copy Pasta

This extension will share your clipboard to other connected devices

Was ist Copy Pasta?

Copy Pasta ist eine Chrome-Erweiterung, die von neosoftware entwickelt wurde, und ihr Hauptmerkmal ist "This extension will share your clipboard to other connected devices".

Erweiterungsscreenshots

screenshot

Copy Pasta-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Pasta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Copy Pasta Copy Pasta
ID mgkingbdjfjgllkdjbeagffjdlhhphja
Offizielle URL https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja
Beschreibung This extension will share your clipboard to other connected devices
Dateigröße 621 KB
Installationsanzahl 841
Aktuelle Version 1.3
Letztes Update 2017-04-23
Veröffentlichungsdatum 2017-04-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler neosoftware
Zahlungsart free
Erweiterungswebsite http://copypastaapp.com/
URL der Datenschutzrichtlinien-Seite http://copypastaapp.com/home/privacy-policy
Unterstützte Sprachen 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'"
}