Ctrl-C
Copy text from phone to your desktop
Ctrl-C क्या है?
Ctrl-C Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy text from phone to your desktop"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ctrl-C एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer. This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go
एक्सटेंशन की मूल जानकारी
नाम | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
आधिकारिक URL | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
विवरण | Copy text from phone to your desktop |
फ़ाइल का आकार | 624 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-06-12 |
प्रकाशन तिथि | 2020-06-12 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ctrl-C", "description": "Copy text from phone to your desktop", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open App" }, "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'", "permissions": [] } |