Linora - Share links from computer to mobile

Share links easily from computer to mobile

Linora - Share links from computer to mobileとは何ですか?

Linora - Share links from computer to mobileはArun Yokeshによって開発されたChromeの拡張機能で、その主な機能は「Share links easily from computer to mobile」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Linora - Share links from computer to mobile拡張機能のCRXファイルをダウンロード

Linora - Share links from computer to mobile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Linora - Share links from computer to mobile Linora - Share links from computer to mobile
ID lgjialkebobgcbdbkafjmcgfeelclcpb
公式URL https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb
説明 Share links easily from computer to mobile
ファイルサイズ 214 KB
インストール数 17
現在のバージョン 1.1
最終更新日 2021-12-14
公開日 2018-11-10
評価 5.00/5 合計 1 レビュー
開発者 Arun Yokesh
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}