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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/ShareX/ShareX_Chrome/issues
عنوان صفحة سياسة الخصوصية 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"
    }
}