Snapcopy
Snapcopy - copy from device paste on another
Qu'est-ce que Snapcopy ?
Snapcopy est une extension Chrome développée par mohammedpascal, et sa fonction principale est "Snapcopy - copy from device paste on another".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snapcopy
Téléchargez les fichiers d'extension Snapcopy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | edjiogcpablophfegfoihhaeimgcaopg |
URL Officiel | https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg |
Description | Snapcopy - copy from device paste on another |
Taille du Fichier | 560 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-06-28 |
Date de Publication | 2015-06-28 |
Évaluation | 3.65/5 Total 60 Évaluations |
Développeur | mohammedpascal |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |