Download This Gsheet
Download the current sheet your are working on with just one click!
O que é Download This Gsheet?
Download This Gsheet é uma extensão do Chrome desenvolvida por Summer, e sua principal característica é "Download the current sheet your are working on with just one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download This Gsheet
Baixe arquivos de extensão Download This Gsheet 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
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!
Informações Básicas da Extensão
Nome | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
URL Oficial | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Descrição | Download the current sheet your are working on with just one click! |
Tamanho do Arquivo | 138 KB |
Contagem de Instalações | 1,306 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-12-20 |
Data de Publicação | 2021-11-10 |
Classificação | 4.80/5 Total de 10 Avaliações |
Desenvolvedor | Summer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |