Download This Gsheet

Download the current sheet your are working on with just one click!

Cos'è Download This Gsheet?

Download This Gsheet è un'estensione di Chrome sviluppata da Summer, e la sua funzione principale è "Download the current sheet your are working on with just one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download This Gsheet

Scarica i file di estensione Download This Gsheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Download This Gsheet Download This Gsheet
ID ilpfikjnjieiinbnnbfabncjdjpgbfbm
URL Ufficiale https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm
Descrizione Download the current sheet your are working on with just one click!
Dimensione del File 138 KB
Conteggio Installazioni 1,306
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2021-11-10
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore Summer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}