Download This Gsheet
Download the current sheet your are working on with just one click!
Was ist Download This Gsheet?
Download This Gsheet ist eine Chrome-Erweiterung, die von Summer entwickelt wurde, und ihr Hauptmerkmal ist "Download the current sheet your are working on with just one click!".
Erweiterungsscreenshots
Download This Gsheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download This Gsheet-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
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!
Grundlegende Informationen zur Erweiterung
Name | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Offizielle URL | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Beschreibung | Download the current sheet your are working on with just one click! |
Dateigröße | 138 KB |
Installationsanzahl | 1,306 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2023-12-20 |
Veröffentlichungsdatum | 2021-11-10 |
Bewertung | 4.80/5 Insgesamt 10 Bewertungen |
Entwickler | Summer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |