LINE Share

Get more out of LINE by using its Chrome extension

LINE Share란 무엇입니까?

LINE Share은(는) LY Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get more out of LINE by using its Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LINE Share 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With just one click, you can share web pages and text with your LINE friends or save them in Keep.

1. One-click sharing

   Want to share the current web page via LINE? Simply click the LINE button at the top right of your screen. You can easily share it in chat or Timeline, or save it to Keep to view later on your mobile device.

2. Share text by highlighting it

   When you want to easily share some text from the web, just highlight the desired text and right-click or click the "LINE Share" button. Note that you can enable or disable the "LINE Share" button by right-clicking the app's icon at the top right of your screen. 

3. Easy access everywhere

   You can easily see shared or saved web content from anywhere using the mobile version of LINE.                    

확장 프로그램 기본 정보

이름 LINE Share LINE Share
ID gljjiokipgajokbgfmoekcdmfceoijjh
공식 URL https://chromewebstore.google.com/detail/line-share/gljjiokipgajokbgfmoekcdmfceoijjh
설명 Get more out of LINE by using its Chrome extension
파일 크기 26.61 KB
설치 횟수 301,421
현재 버전 1.0.8
최근 업데이트 2021-03-09
출시 날짜 2019-07-30
평점 4.05/5 총 1876 개의 평점
개발자 LY Corporation
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://terms.line.me/line_rules
지원되는 언어 id,en,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LINE Share",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.8",
    "icons": {
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "64": "img\/icon_64x64.png",
        "96": "img\/icon_96x96.png",
        "128": "img\/icon_128x128.png"
    },
    "browser_action": {
        "default_title": "LINE Share",
        "default_icon": {
            "32": "img\/icon_32x32.png",
            "48": "img\/icon_48x48.png",
            "64": "img\/icon_64x64.png",
            "96": "img\/icon_96x96.png",
            "128": "img\/icon_128x128.png"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript\/tool.js"
            ]
        }
    ]
}