LINE Share

Get more out of LINE by using its Chrome extension

LINE Share là gì?

LINE Share là một tiện ích mở rộng Chrome được phát triển bởi LY Corporation, và tính năng chính của nó là "Get more out of LINE by using its Chrome extension".

Ả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 LINE Share

Tải xuống các tệp mở rộng LINE Share 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

                        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.                    

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

Tên LINE Share LINE Share
ID gljjiokipgajokbgfmoekcdmfceoijjh
URL Chính Thức https://chromewebstore.google.com/detail/line-share/gljjiokipgajokbgfmoekcdmfceoijjh
Mô tả Get more out of LINE by using its Chrome extension
Kích Thước Tệp 26.61 KB
Số Lần Cài Đặt 301,421
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2021-03-09
Ngày Phát Hành 2019-07-30
Đánh Giá 4.05/5 Tổng số 1876 Đánh Giá
Nhà Phát Triển LY Corporation
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://terms.line.me/line_rules
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}