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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |