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 - это расширение Chrome, разработанное http://www.utransapp.com, и его основная функция - "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".
Снимки экрана расширения
Скачать файл CRX расширения Utrans - Transfer links from mobile to pc
Скачайте файлы расширений 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\/*" ] } |