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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}