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开发的Chrome扩展程序,该扩展的主要功能是“Share links easily from computer to mobile”。
扩展截图
下载Linora - Share links from computer to mobile扩展crx文件
下载Linora - Share links from computer to mobile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |