Google Sheets Downloader
Download the current tab in Google Sheets as PDF or XLSX with one click.
¿Qué es Google Sheets Downloader?
Google Sheets Downloader es una extensión de Chrome desarrollada por https://renovaworld.com, y su función principal es "Download the current tab in Google Sheets as PDF or XLSX with one click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Sheets Downloader
Descarga archivos de extensión Google Sheets Downloader 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
Now it is easy to download the current tab in Google Sheets as XLSX or PDF. If you use the default option available from the File > Download option in Google Sheets, you get the entire sheet with all the tabs included, but sometimes to share a specific tab with your colleagues, this extension will come in handy.
Información Básica de la Extensión
Nombre | Google Sheets Downloader |
ID | dmfloejmkmjikkagkgbhdadbnnpmhmjc |
URL Oficial | https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc |
Descripción | Download the current tab in Google Sheets as PDF or XLSX with one click. |
Tamaño del Archivo | 61.38 KB |
Cantidad de Instalaciones | 4,020 |
Versión Actual | 1.1 |
Última Actualización | 2021-06-01 |
Fecha de Publicación | 2021-03-01 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | https://renovaworld.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Sheets Downloader", "version": "1.1", "description": "Download the current tab in Google Sheets as PDF or XLSX with one click.", "browser_action": { "default_popup": "window.html" }, "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |