Linky McLinkface
Open links in desktop chrome immediately from mobile device.
Linky McLinkface क्या है?
Linky McLinkface https://linkymclinkface.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links in desktop chrome immediately from mobile device."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linky McLinkface एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The easiest, fastest, simplest way to share links from a mobile device to computer Chrome browser(s) with one click! Requirements - This Chrome extension - Linky McLinkface app: https://goo.gl/cAYqbo - Linky McLinkface Pro app: https://goo.gl/eZ9BPQ Quick Setup Install the Chrome extension. Scan the QR code generated by Chrome extension using the app. Share links to Linky McLinkface app to immediately open them in Chrome browser on computer. If you like the app please consider installing Linky McLinkface Pro with multiple browser support, black theme, and no ads! Please send any feedback to [email protected]!
एक्सटेंशन की मूल जानकारी
नाम | Linky McLinkface |
ID | acaficgnahcjikgceajfpfghlnedddcb |
आधिकारिक URL | https://chromewebstore.google.com/detail/linky-mclinkface/acaficgnahcjikgceajfpfghlnedddcb |
विवरण | Open links in desktop chrome immediately from mobile device. |
फ़ाइल का आकार | 178 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-05-23 |
प्रकाशन तिथि | 2016-05-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://linkymclinkface.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linky McLinkface", "description": "Open links in desktop chrome immediately from mobile device.", "version": "1.0.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "linky128.png", "default_popup": "popup.html" }, "icons": { "16": "linky16.png", "48": "linky48.png", "128": "linky128.png", "256": "linky256.png" }, "permissions": [ "background", "gcm", "storage" ], "gcm_sender_id": "542860546842" } |