Linora - Share links from computer to mobile
Share links easily from computer to mobile
Linora - Share links from computer to mobile क्या है?
Linora - Share links from computer to mobile Arun Yokesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share links easily from computer to mobile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linora - Share links from computer to mobile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send Links between your computer and phone in one tap. Linora is 100% FREE app that helps you send links between your phone and computer easily and in the fastest way. So, no more copy links to gmail or Google Notes or whatsapping to friends just to get it on your computer. Download the Android Application from here : https://play.google.com/store/apps/details?id=com.amp.passlink
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lgjialkebobgcbdbkafjmcgfeelclcpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb |
विवरण | Share links easily from computer to mobile |
फ़ाइल का आकार | 214 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-12-14 |
प्रकाशन तिथि | 2018-11-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Arun Yokesh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linora - Share links from computer to mobile", "version": "1.1", "description": "Share links easily from computer to mobile", "permissions": [ "storage", "tabs", "gcm", "https:\/\/ribbon-peak.glitch.me\/" ], "manifest_version": 2, "background": { "scripts": [ "src\/js\/jquery.min.js", "src\/js\/qrcode.min.js", "src\/js\/index.js" ] }, "browser_action": { "default_title": "Share Links", "default_popup": "src\/html\/popup.html" } } |