Download This Gsheet
Download the current sheet your are working on with just one click!
ما هو Download This Gsheet؟
Download This Gsheet هو إضافة Chrome تم تطويرها بواسطة Summer، والميزة الرئيسية لها هي "Download the current sheet your are working on with just one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download This Gsheet
قم بتنزيل ملفات الامتداد Download This Gsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply click on the extension to download the current sheet (or some might refer to as tab) that you are working on. Since v1.0.0, you can set the default download format by right click on the extension -> Options -> Choose default download format. The extension currently support xlsx, pdf and csv. Find this extension helpful? Consider support me at: https://www.buymeacoffee.com/ha.tp Thanks!
معلومات أساسية عن التمديد
الاسم | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
الوصف | Download the current sheet your are working on with just one click! |
حجم الملف | 138 KB |
عدد التثبيتات | 1,306 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-12-20 |
تاريخ النشر | 2021-11-10 |
تقييم | 4.80/5 مجموع تقييمات 10 |
المطور | Summer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download This Gsheet", "description": "Download the current sheet your are working on with just one click!", "version": "1.1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "action": { "default_title": "Download This Gsheet", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "options_page": "options.html" } |