Snapcopy
Snapcopy - copy from device paste on another
Snapcopy क्या है?
Snapcopy mohammedpascal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snapcopy - copy from device paste on another"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snapcopy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | edjiogcpablophfegfoihhaeimgcaopg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg |
विवरण | Snapcopy - copy from device paste on another |
फ़ाइल का आकार | 560 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-06-28 |
प्रकाशन तिथि | 2015-06-28 |
रेटिंग | 3.65/5 कुल 60 रेटिंग्स |
डेवलपर | mohammedpascal |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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'" } |