Download This Gsheet
Download the current sheet your are working on with just one click!
¿Qué es Download This Gsheet?
Download This Gsheet es una extensión de Chrome desarrollada por Summer, y su función principal es "Download the current sheet your are working on with just one click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Download This Gsheet
Descarga archivos de extensión Download This Gsheet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
URL Oficial | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Descripción | Download the current sheet your are working on with just one click! |
Tamaño del Archivo | 138 KB |
Cantidad de Instalaciones | 1,306 |
Versión Actual | 1.1.1 |
Última Actualización | 2023-12-20 |
Fecha de Publicación | 2021-11-10 |
Calificación | 4.80/5 Total de 10 Calificaciones |
Desarrollador | Summer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |