SNOW screenshot extension
This extension allows the user take screenshot of the page and store it in the appropriate google drive location
SNOW screenshot extension क्या है?
SNOW screenshot extension sorogovets.nikolay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user take screenshot of the page and store it in the appropriate google drive location"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SNOW screenshot extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Snow screenshot upload extension needed to make screenshot of current page and upload it to specific folder on Google drive. That extension also allows to select directory before upload. What's new in v 0.0.8: - Updated UI with new styles - Fixed icons paths - Updated to support Manifest V3 - Added validation Google folder Uri in settings.
एक्सटेंशन की मूल जानकारी
नाम | SNOW screenshot extension |
ID | embgcdfaomglnbipimalgemmfmfhdpfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/snow-screenshot-extension/embgcdfaomglnbipimalgemmfmfhdpfn |
विवरण | This extension allows the user take screenshot of the page and store it in the appropriate google drive location |
फ़ाइल का आकार | 84.03 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2022-01-06 |
प्रकाशन तिथि | 2019-06-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | sorogovets.nikolay |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SNOW screenshot extension", "description": "This extension allows the user take screenshot of the page and store it in the appropriate google drive location", "version": "0.0.8", "icons": { "16": ".\/img\/icon_16.png", "48": ".\/img\/icon_48.png", "128": ".\/img\/icon_128.png" }, "permissions": [ "storage", "identity", "tabs", "activeTab", "notifications", "webNavigation", "scripting" ], "host_permissions": [ " |