Utrans - Transfer links from mobile to pc
A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
什么是Utrans - Transfer links from mobile to pc?
Utrans - Transfer links from mobile to pc是由http://www.utransapp.com开发的Chrome扩展程序,该扩展的主要功能是“A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.”。
扩展截图
下载Utrans - Transfer links from mobile to pc扩展crx文件
下载Utrans - Transfer links from mobile to pc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Utrans is an app/extension that helps you easily send links from your mobile device to your chrome web-browsers. It consists of two different programs. There is the chrome extension and an android app which you can get in the google play store. (Search for "Utrans") Linking the apps together is made easy by making use of QR-codes and sharing a page is easily done within 5-10 seconds. The best of all is that no account is needed! Setup Instructions can be found at www.utransapp.com For recommendations or bug reports, please send an email to [email protected]
扩展基本信息
名称 | |
ID | bgckkffpmhcjbkceapeeppadhieimmjo |
官方URL | https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo |
简介 | A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed. |
文件大小 | 75.07 KB |
安装次数 | 57 |
当前版本 | 1.41 |
更新时间 | 2016-12-20 |
上架时间 | 2016-12-20 |
评分 | 4.17/5 共6次评分 |
开发者 | http://www.utransapp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.utransapp.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Utrans - Transfer links from mobile to pc", "description": "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.", "version": "1.41", "author": "Rano Veder", "short_name": "Utrans", "background": { "scripts": [ "background.js" ] }, "icons": { "1744": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab", "notifications", "http:\/\/utransapp.com:80\/*", "https:\/\/fonts.googleapis.com\/*" ] } |