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 هو إضافة Chrome تم تطويرها بواسطة sorogovets.nikolay، والميزة الرئيسية لها هي "This extension allows the user take screenshot of the page and store it in the appropriate google drive location".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SNOW screenshot extension
قم بتنزيل ملفات الامتداد SNOW screenshot extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [ " |