Clipboard++
Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily
Clipboard++ क्या है?
Clipboard++ nikolay.dimitrov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clipboard++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Pair your Chrome with the free phone application, Clipboard++, to start sending data clips directly to your phone as push notifications. ** New in version 1.8 - Send data only via secure channels - Bugfixes ** New in version 1.5.5 - Send data clips from your phone to your Chrome! - Copy the text or open the link directly You can easily send any piece of text, phone number, link to a web page, image or video. Right-click on selected text, image or just on the page to send. Just start up the app on your phone and generate pairing code, enter the code in the extension popup window and that's all - you are ready to go! Directly call the copied number or open your browser to view the link you've just sent.
एक्सटेंशन की मूल जानकारी
नाम | Clipboard++ |
ID | pecipdapigjbjmnkfahjlgnfcajpajhh |
आधिकारिक URL | https://chromewebstore.google.com/detail/clipboard++/pecipdapigjbjmnkfahjlgnfcajpajhh |
विवरण | Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily |
फ़ाइल का आकार | 55.51 KB |
स्थापना संख्या | 1,054 |
वर्तमान संस्करण | 1.8.1 |
अंतिम अपडेट | 2017-03-26 |
प्रकाशन तिथि | 2017-03-25 |
रेटिंग | 3.18/5 कुल 11 रेटिंग्स |
डेवलपर | nikolay.dimitrov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clipboard++", "short_name": "Clipboard++", "version": "1.8.1", "description": "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily", "manifest_version": 2, "permissions": [ "storage", "contextMenus", "activeTab", "notifications" ], "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Clipboard++", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "converted_from_user_script": true } |