Snapcopy
Snapcopy - copy from device paste on another
Was ist Snapcopy?
Snapcopy ist eine Chrome-Erweiterung, die von mohammedpascal entwickelt wurde, und ihr Hauptmerkmal ist "Snapcopy - copy from device paste on another".
Erweiterungsscreenshots
Snapcopy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snapcopy-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
Have you ever wanted to copy some text from your computer and paste it on your mobile or vice versa? Now it will just happen with Snapcopy. A simple chrome extension let you connect your devices to a single clipboard. Features: - Secure! data stored locally on your devices - Connect many devices as you want - Manage devices add/remove enable/disable - Connect Windows, Mac or Linux using Snapcopy chrome extension - Connect Android devices using Snapcopy app Coming features: - iOS support
Grundlegende Informationen zur Erweiterung
Name | |
ID | edjiogcpablophfegfoihhaeimgcaopg |
Offizielle URL | https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg |
Beschreibung | Snapcopy - copy from device paste on another |
Dateigröße | 560 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-06-28 |
Veröffentlichungsdatum | 2015-06-28 |
Bewertung | 3.65/5 Insgesamt 60 Bewertungen |
Entwickler | mohammedpascal |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snapcopy", "description": "Snapcopy - copy from device paste on another", "short_name": "Snapcopy", "version": "1.1", "browser_action": { "default_popup": "index.html", "default_icon": "icon.png" }, "background": { "page": "background.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "debugger", "clipboardRead", "clipboardWrite", "gcm", "storage", "notifications", "https:\/\/ajax.googleapis.com\/", "https:\/\/android.googleapis.com\/gcm\/send", "https:\/\/gcm-http.googleapis.com\/gcm\/send" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |