OneClick Share Screenshot
The fastest way to share screenshots
OneClick Share Screenshot क्या है?
OneClick Share Screenshot https://1ce.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest way to share screenshots"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OneClick Share Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
☑ The fastest way to share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source. ☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome. ☑ The extension works on Linux, Mac & Windows platforms. ☑ Everyone get unlimited storage, so don't stop to share screenshots!
एक्सटेंशन की मूल जानकारी
नाम | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
आधिकारिक URL | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
विवरण | The fastest way to share screenshots |
फ़ाइल का आकार | 58.68 KB |
स्थापना संख्या | 233 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-03-13 |
प्रकाशन तिथि | 2018-03-13 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://1ce.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.openscreenshot.com |
सहायता पृष्ठ URL | http://www.openscreenshot.com |
गोपनीयता नीति पृष्ठ URL | https://www.webpagescreenshot.info/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |