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 |
Eメール | [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\/*" ] } |