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.

Co je Utrans - Transfer links from mobile to pc?

Utrans - Transfer links from mobile to pc je rozšíření Chrome vyvinuté http://www.utransapp.com, a jeho hlavní funkcí je „A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Utrans - Transfer links from mobile to pc

Stáhněte si soubory rozšíření Utrans - Transfer links from mobile to pc ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Utrans - Transfer links from mobile to pc Utrans - Transfer links from mobile to pc
ID bgckkffpmhcjbkceapeeppadhieimmjo
Oficiální URL https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo
Popis A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
Velikost souboru 75.07 KB
Počet instalací 57
Aktuální Verze 1.41
Poslední Aktualizace 2016-12-20
Datum Vydání 2016-12-20
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář http://www.utransapp.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.utransapp.com/
Podporované Jazyky 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\/*"
    ]
}