Google Sheets Downloader
Download the current tab in Google Sheets as PDF or XLSX with one click.
Wat is Google Sheets Downloader?
Google Sheets Downloader is een Chrome-extensie ontwikkeld door https://renovaworld.com, en de belangrijkste functie is "Download the current tab in Google Sheets as PDF or XLSX with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Sheets Downloader
Download Google Sheets Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Google Sheets Downloader |
ID | dmfloejmkmjikkagkgbhdadbnnpmhmjc |
Officiële URL | https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc |
Beschrijving | Download the current tab in Google Sheets as PDF or XLSX with one click. |
Bestandsgrootte | 61.38 KB |
Aantal Installaties | 4,020 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-06-01 |
Publicatiedatum | 2021-03-01 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://renovaworld.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |