1Click Save Screenshot
The fastest way to Save screenshots
1Click Save Screenshot क्या है?
1Click Save Screenshot https://1ce.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest way to Save screenshots"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1Click Save Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
☑ The fastest way to save screenshots as a file. ☑ One click, and immediately you get a save dialog. ☑ 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!
एक्सटेंशन की मूल जानकारी
नाम | 1Click Save Screenshot |
ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
आधिकारिक URL | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
विवरण | The fastest way to Save screenshots |
फ़ाइल का आकार | 54.57 KB |
स्थापना संख्या | 808 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2018-03-13 |
प्रकाशन तिथि | 2018-03-13 |
रेटिंग | 3.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://1ce.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.openscreenshot.com |
सहायता पृष्ठ URL | https://www.openscreenshot.com |
गोपनीयता नीति पृष्ठ URL | https://www.webpagescreenshot.info/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1Click Save Screenshot", "version": "1.4", "manifest_version": 2, "description": "The fastest way to Save screenshots", "homepage_url": "https:\/\/1ce.org", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "optional_permissions": [ "downloads" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to save screenshot" } } |