Google Sheets Downloader

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

Qu'est-ce que Google Sheets Downloader ?

Google Sheets Downloader est une extension Chrome développée par https://renovaworld.com, et sa fonction principale est "Download the current tab in Google Sheets as PDF or XLSX with one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Sheets Downloader

Téléchargez les fichiers d'extension Google Sheets Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Sheets Downloader Google Sheets Downloader
ID dmfloejmkmjikkagkgbhdadbnnpmhmjc
URL Officiel https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc
Description Download the current tab in Google Sheets as PDF or XLSX with one click.
Taille du Fichier 61.38 KB
Nombre d'Installations 4,020
Version Actuelle 1.1
Dernière Mise à Jour 2021-06-01
Date de Publication 2021-03-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://renovaworld.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}