Linora - Share links from computer to mobile
Share links easily from computer to mobile
What is Linora - Share links from computer to mobile?
Linora - Share links from computer to mobile is a Chrome extension developed by Arun Yokesh, and its main feature is "Share links easily from computer to mobile".
Extension Screenshots
Download Linora - Share links from computer to mobile Extension CRX File
Download Linora - Share links from computer to mobile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lgjialkebobgcbdbkafjmcgfeelclcpb |
Official URL | https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb |
Description | Share links easily from computer to mobile |
File Size | 214 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2021-12-14 |
Publish Date | 2018-11-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Arun Yokesh |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |