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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |