Google Sheets Downloader
Download the current tab in Google Sheets as PDF or XLSX with one click.
O que é Google Sheets Downloader?
Google Sheets Downloader é uma extensão do Chrome desenvolvida por https://renovaworld.com, e sua principal característica é "Download the current tab in Google Sheets as PDF or XLSX with one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Sheets Downloader
Baixe arquivos de extensão Google Sheets Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Sheets Downloader |
ID | dmfloejmkmjikkagkgbhdadbnnpmhmjc |
URL Oficial | https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc |
Descrição | Download the current tab in Google Sheets as PDF or XLSX with one click. |
Tamanho do Arquivo | 61.38 KB |
Contagem de Instalações | 4,020 |
Versão Atual | 1.1 |
Última Atualização | 2021-06-01 |
Data de Publicação | 2021-03-01 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://renovaworld.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |