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
官方網址 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
電子郵箱 [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"
    }
}