Linora - Share links from computer to mobile

Share links easily from computer to mobile

Was ist Linora - Share links from computer to mobile?

Linora - Share links from computer to mobile ist eine Chrome-Erweiterung, die von Arun Yokesh entwickelt wurde, und ihr Hauptmerkmal ist "Share links easily from computer to mobile".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Linora - Share links from computer to mobile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linora - Share links from computer to mobile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Linora - Share links from computer to mobile Linora - Share links from computer to mobile
ID lgjialkebobgcbdbkafjmcgfeelclcpb
Offizielle URL https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb
Beschreibung Share links easily from computer to mobile
Dateigröße 214 KB
Installationsanzahl 17
Aktuelle Version 1.1
Letztes Update 2021-12-14
Veröffentlichungsdatum 2018-11-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Arun Yokesh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}