Linora - Share links from computer to mobile

Share links easily from computer to mobile

Qu'est-ce que Linora - Share links from computer to mobile ?

Linora - Share links from computer to mobile est une extension Chrome développée par Arun Yokesh, et sa fonction principale est "Share links easily from computer to mobile".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Linora - Share links from computer to mobile

Téléchargez les fichiers d'extension Linora - Share links from computer to mobile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Linora - Share links from computer to mobile Linora - Share links from computer to mobile
ID lgjialkebobgcbdbkafjmcgfeelclcpb
URL Officiel https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb
Description Share links easily from computer to mobile
Taille du Fichier 214 KB
Nombre d'Installations 17
Version Actuelle 1.1
Dernière Mise à Jour 2021-12-14
Date de Publication 2018-11-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Arun Yokesh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}