ShareX

Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.

ShareXคืออะไร?

ShareX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsharex.com และคุณลักษณะหลักของมันคือ "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu."

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

screenshot

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

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

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

                        Note: This extension is designed to be used in conjunction with the open-source application ShareX (https://getsharex.com) to integrate with the Chrome browser. This extension has no use for people who are not using ShareX.

If you are using ShareX, please go to "Application settings window -> Integration tab -> Chrome extension panel".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ShareX ShareX
ID nlkoigbdolhchiicbonbihbphgamnaoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc
คำอธิบาย Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
ขนาดไฟล์ 18.52 KB
จำนวนการติดตั้ง 56,763
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-11-16
วันที่เผยแพร่ 2017-05-27
คะแนน 4.21/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา https://getsharex.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getsharex.com
URL หน้าช่วยเหลือ https://github.com/ShareX/ShareX_Chrome/issues
URL หน้านโยบายความเป็นส่วนตัว https://getsharex.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShareX",
    "version": "2.0.0",
    "description": "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.",
    "author": "ShareX Team",
    "homepage_url": "https:\/\/getsharex.com",
    "icons": {
        "16": "Icons\/ShareX-16.png",
        "48": "Icons\/ShareX-48.png",
        "128": "Icons\/ShareX-128.png"
    },
    "permissions": [
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "eventPage.js"
    }
}