Link Sender

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

Link Senderคืออะไร?

Link Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edire และคุณลักษณะหลักของมันคือ "Share notes and website links with your phone. Or bookmark with notes for later use using Link Sender."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Sender

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}