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 là gì?
Utrans - Transfer links from mobile to pc là một tiện ích mở rộng Chrome được phát triển bởi http://www.utransapp.com, và tính năng chính của nó là "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Utrans - Transfer links from mobile to pc
Tải xuống các tệp mở rộng Utrans - Transfer links from mobile to pc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bgckkffpmhcjbkceapeeppadhieimmjo |
URL Chính Thức | https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo |
Mô tả | A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed. |
Kích Thước Tệp | 75.07 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 1.41 |
Cập Nhật Lần Cuối | 2016-12-20 |
Ngày Phát Hành | 2016-12-20 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://www.utransapp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.utransapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |