LINE Share

Get more out of LINE by using its Chrome extension

LINE Share क्या है?

LINE Share LY Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more out of LINE by using its Chrome extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LINE Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}