ShareThis

ShareThis offers free and easy to use sharing buttons from popular social networks.

ShareThis란 무엇입니까?

ShareThis은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ShareThis offers free and easy to use sharing buttons from popular social networks."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ShareThis provides a convenient and efficient sharing tool that allows you to effortlessly share any webpage directly from your browser with just a few simple clicks.

Highlighted features of our enhanced sharing tool include:
•	A completely redesigned extension aimed at providing an improved sharing experience.
•	Effortlessly share any webpage with a selection of the most popular social media networks using our intuitive sharing buttons.
•	Utilize the built-in search feature to easily filter through a wide array of over 40 available networks.
•	Enjoy enhanced convenience as your top 6 recently used social networks are automatically saved at the top, granting you instant access.
•	Additionally, the tool offers a convenient "copy" button, enabling you to instantly share your current page with any desired platform or source.                    

확장 프로그램 기본 정보

이름 ShareThis ShareThis
ID lplpcpijdokpnbjcklakgabohjgneidi
공식 URL https://chromewebstore.google.com/detail/sharethis/lplpcpijdokpnbjcklakgabohjgneidi
설명 ShareThis offers free and easy to use sharing buttons from popular social networks.
파일 크기 1.8 MB
설치 횟수 24,134
현재 버전 2.1.1
최근 업데이트 2023-12-09
출시 날짜 2019-07-12
평점 3.93/5 총 207 개의 평점
개발자 developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sharethis.com
도움말 페이지 URL https://sharethis.com/support
개인정보 보호 정책 페이지 URL https://sharethis.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ShareThis offers free and easy to use sharing buttons from popular social networks.",
    "version": "2.1.1",
    "manifest_version": 3,
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDtrrGIYuSssYK7u40PhvgtqwF8fsTaaPuKzJZ78T9sWmm0GEVXBmREYfs2rtxNEYO2otbxii7ADFwR6ATIJdjJ0o8syV3fsNE\/wnJF\/WjV8r5EAmiC3flrHtGh0nsEtoqipICozZWlxYudrvA1GNjzAQTCaWn6s+JzacXp3WH\/JwIDAQAB",
    "name": "ShareThis",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon64.png",
                "icon128.png",
                "logo.svg",
                "facebook.svg",
                "instagram.svg",
                "twitter.svg",
                "magnify.svg",
                "Logo-st.svg"
            ],
            "matches": []
        }
    ]
}