Linora - Share links from computer to mobile

Share links easily from computer to mobile

Co je Linora - Share links from computer to mobile?

Linora - Share links from computer to mobile je rozšíření Chrome vyvinuté Arun Yokesh, a jeho hlavní funkcí je „Share links easily from computer to mobile“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Linora - Share links from computer to mobile

Stáhněte si soubory rozšíření Linora - Share links from computer to mobile 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í

                        Send Links between your computer and phone in one tap.

Linora is 100% FREE app that helps you send links between your phone and computer easily and in the fastest way. So, no more copy links to gmail or Google Notes or whatsapping to friends just to get it on your computer.

Download the Android Application from here : https://play.google.com/store/apps/details?id=com.amp.passlink                    

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

Název Linora - Share links from computer to mobile Linora - Share links from computer to mobile
ID lgjialkebobgcbdbkafjmcgfeelclcpb
Oficiální URL https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb
Popis Share links easily from computer to mobile
Velikost souboru 214 KB
Počet instalací 17
Aktuální Verze 1.1
Poslední Aktualizace 2021-12-14
Datum Vydání 2018-11-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Arun Yokesh
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linora - Share links from computer to mobile",
    "version": "1.1",
    "description": "Share links easily from computer to mobile",
    "permissions": [
        "storage",
        "tabs",
        "gcm",
        "https:\/\/ribbon-peak.glitch.me\/"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "src\/js\/jquery.min.js",
            "src\/js\/qrcode.min.js",
            "src\/js\/index.js"
        ]
    },
    "browser_action": {
        "default_title": "Share Links",
        "default_popup": "src\/html\/popup.html"
    }
}