Clippy

Get your clipboard on sync! Copy and Paste across devices

Was ist Clippy?

Clippy ist eine Chrome-Erweiterung, die von Kirtan Thakkar entwickelt wurde, und ihr Hauptmerkmal ist "Get your clipboard on sync! Copy and Paste across devices".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clippy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clippy-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

                        Clippy - copy and paste across devices

Get your clipboard data on sync across devices

[ Available as an Android App: https://bit.ly/clippy-android ]

Note: Clippy is now out of beta. Know more on https://clippy.works

Copy on one device and your can paste the data to other device within a second. As simple as that.

Improve your productivity. No sending emails to your self or creating drafts. No other notes tools just to copy some information from one device to another.

Did I mention, It's free! 

Note: All the clipboard data is transferred over HTTPS and never stored on the server. Be assured.                    

Grundlegende Informationen zur Erweiterung

Name Clippy Clippy
ID honbeilkanbghjimjoniipnnehlmhggk
Offizielle URL https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk
Beschreibung Get your clipboard on sync! Copy and Paste across devices
Dateigröße 866 KB
Installationsanzahl 2,224
Aktuelle Version 1.0.0
Letztes Update 2022-03-03
Veröffentlichungsdatum 2020-06-29
Bewertung 3.57/5 Insgesamt 23 Bewertungen
Entwickler Kirtan Thakkar
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://clippy.works
Hilfeseite URL https://clippy.works/support
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippy",
    "description": "Get your clipboard on sync! Copy and Paste across devices",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Clippy - your synced clipboard!"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "background",
        "notifications",
        "gcm",
        "storage",
        "https:\/\/clippy.works\/"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/clippy.works\/*"
        ]
    }
}