ShareThis

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

ShareThisคืออะไร?

ShareThis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "ShareThis offers free and easy to use sharing buttons from popular social networks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShareThis

ดาวน์โหลดไฟล์ส่วนขยาย ShareThis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
        }
    ]
}