ShareX

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

ShareX là gì?

ShareX là một tiện ích mở rộng Chrome được phát triển bởi https://getsharex.com, và tính năng chính của nó là "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShareX

Tải xuống các tệp mở rộng ShareX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShareX ShareX
ID nlkoigbdolhchiicbonbihbphgamnaoc
URL Chính Thức https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc
Mô tả Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Kích Thước Tệp 18.52 KB
Số Lần Cài Đặt 56,763
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2017-05-27
Đánh Giá 4.21/5 Tổng số 80 Đánh Giá
Nhà Phát Triển https://getsharex.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getsharex.com
URL Trang Trợ Giúp https://github.com/ShareX/ShareX_Chrome/issues
URL Trang Chính Sách Bảo Mật https://getsharex.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}