Google Sheets Downloader

Download the current tab in Google Sheets as PDF or XLSX with one click.

Was ist Google Sheets Downloader?

Google Sheets Downloader ist eine Chrome-Erweiterung, die von https://renovaworld.com entwickelt wurde, und ihr Hauptmerkmal ist "Download the current tab in Google Sheets as PDF or XLSX with one click.".

Erweiterungsscreenshots

screenshot

Google Sheets Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Sheets Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Sheets Downloader Google Sheets Downloader
ID dmfloejmkmjikkagkgbhdadbnnpmhmjc
Offizielle URL https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc
Beschreibung Download the current tab in Google Sheets as PDF or XLSX with one click.
Dateigröße 61.38 KB
Installationsanzahl 4,020
Aktuelle Version 1.1
Letztes Update 2021-06-01
Veröffentlichungsdatum 2021-03-01
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://renovaworld.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}