Google Sheets Downloader

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

Co je Google Sheets Downloader?

Google Sheets Downloader je rozšíření Chrome vyvinuté https://renovaworld.com, a jeho hlavní funkcí je „Download the current tab in Google Sheets as PDF or XLSX with one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Sheets Downloader

Stáhněte si soubory rozšíření Google Sheets Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Sheets Downloader Google Sheets Downloader
ID dmfloejmkmjikkagkgbhdadbnnpmhmjc
Oficiální URL https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc
Popis Download the current tab in Google Sheets as PDF or XLSX with one click.
Velikost souboru 61.38 KB
Počet instalací 4,020
Aktuální Verze 1.1
Poslední Aktualizace 2021-06-01
Datum Vydání 2021-03-01
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://renovaworld.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}