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 |
官方網址 | 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\/*" ] } |