ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
ShareX क्या है?
ShareX https://getsharex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShareX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |