Link Sender

Share notes and website links with your phone. Or bookmark with notes for later use using Link Sender.

什麼是Link Sender?

Link Sender是由Edire開發的Chrome擴展程式,該擴展的主要功能是“Share notes and website links with your phone. Or bookmark with notes for later use using Link Sender.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Link Sender擴展crx文件

下載Link Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Link Sender saves you time and increases your productivity by making it easy to share notes or URLs between computer and phone.

You can share the note you want by clicking the "Send" button on the popup window. You can also press the "Send Current URL" button to share the link of the open tab with the note. 
You can view the posted notes and links by clicking the "List URLs" button.

You can connect your account with your phone by pressing the account icon in the popup window. Currently, you can only register with e-mail via the mobile application. However, with the user id written on the popup screen, you can connect to the phone without registering.                    

擴展基本資訊

名稱 Link Sender Link Sender
ID omklkmgjhgflggndmhpcpmbnebgkgfei
官方網址 https://chromewebstore.google.com/detail/link-sender/omklkmgjhgflggndmhpcpmbnebgkgfei
簡介 Share notes and website links with your phone. Or bookmark with notes for later use using Link Sender.
檔案大小 131 KB
安裝次數 25
目前版本 1.2
更新時間 2021-12-08
上架時間 2021-11-08
評分 5.00/5 共 3 次評分
開發者 Edire
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Sender",
    "description": "Share notes and website links with your phone. Or bookmark with notes for later use using Link Sender.",
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/popup.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/LS16.png",
        "48": "icons\/LS48.png",
        "128": "icons\/LS128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "send canim"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com; object-src 'self'"
}