Linora - Share links from computer to mobile

Share links easily from computer to mobile

Linora - Share links from computer to mobile là gì?

Linora - Share links from computer to mobile là một tiện ích mở rộng Chrome được phát triển bởi Arun Yokesh, và tính năng chính của nó là "Share links easily from computer to mobile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linora - Share links from computer to mobile

Tải xuống các tệp mở rộng Linora - Share links from computer to mobile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linora - Share links from computer to mobile Linora - Share links from computer to mobile
ID lgjialkebobgcbdbkafjmcgfeelclcpb
URL Chính Thức https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb
Mô tả Share links easily from computer to mobile
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-12-14
Ngày Phát Hành 2018-11-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Arun Yokesh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}