3Liner - 원클릭으로 확인하는 세줄요약

원클릭으로 확인하는 세줄요약

What is 3Liner - 원클릭으로 확인하는 세줄요약?

3Liner - 원클릭으로 확인하는 세줄요약 is a Chrome extension developed by 3 Liner, and its main feature is "원클릭으로 확인하는 세줄요약".

Extension Screenshots

screenshot

Download 3Liner - 원클릭으로 확인하는 세줄요약 Extension CRX File

Download 3Liner - 원클릭으로 확인하는 세줄요약 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        3 Liner를 통해 현재 페이지 내용을 세줄요약으로 확인하세요.

클릭 한 번만으로 현재 페이지의 세줄요약을 볼 수 있습니다. 

3 Liner 기능:
1. 3L 아이콘을 클릭해 현재 페이지 세줄요약 확인하기
2. 페이스북, 커리어리에 세줄요약 공유하기                    

Extension Basic Information

Name 3Liner - 원클릭으로 확인하는 세줄요약 3Liner - 원클릭으로 확인하는 세줄요약
ID pipdpdjlndkpkoiodgpmjojceagonjjg
Official URL https://chromewebstore.google.com/detail/3liner-%EC%9B%90%ED%81%B4%EB%A6%AD%EC%9C%BC%EB%A1%9C-%ED%99%95%EC%9D%B8%ED%95%98%EB%8A%94-%EC%84%B8%EC%A4%84%EC%9A%94%EC%95%BD/pipdpdjlndkpkoiodgpmjojceagonjjg
Description 원클릭으로 확인하는 세줄요약
File Size 580 KB
Installation Count 226
Current Version 0.3.0
Last Updated 2022-03-22
Publish Date 2022-02-04
Rating 5.00/5 Total 1 Ratings
Developer 3 Liner
Email [email protected]
Payment Type free
Extension Website http://www.3-liner.com
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/48260021-a498-4ed2-a841-21c1b69cdda9
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3Liner - \uc6d0\ud074\ub9ad\uc73c\ub85c \ud655\uc778\ud558\ub294 \uc138\uc904\uc694\uc57d",
    "description": "\uc6d0\ud074\ub9ad\uc73c\ub85c \ud655\uc778\ud558\ub294 \uc138\uc904\uc694\uc57d",
    "version": "0.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo128.png",
        "48": "logo128.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Readability.js",
                "content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/sharer\/sharer.php*"
            ],
            "js": [
                "share-facebook.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sharing\/share-offsite\/*"
            ],
            "js": [
                "share-linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/careerly.co.kr\/posts\/create*"
            ],
            "js": [
                "share-careerly.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.kr\/*"
            ],
            "css": [
                "bootstrap-5.1.3.min.css",
                "preview.css"
            ],
            "js": [
                "env.js",
                "amplitude.js",
                "helper-functions.js",
                "content-script-google.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/search.naver.com\/search.naver*"
            ],
            "css": [
                "bootstrap-5.1.3.min.css",
                "preview.css"
            ],
            "js": [
                "env.js",
                "amplitude.js",
                "helper-functions.js",
                "content-script-google.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/api.3-liner.com:5000\/*"
    ],
    "action": {
        "default_popup": "default-popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "preview.html",
                "logo.png",
                "NanumSquareOTF_acB.otf",
                "NanumSquareOTF_acR.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}