Download This Gsheet
Download the current sheet your are working on with just one click!
Wat is Download This Gsheet?
Download This Gsheet is een Chrome-extensie ontwikkeld door Summer, en de belangrijkste functie is "Download the current sheet your are working on with just one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Download This Gsheet
Download Download This Gsheet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Officiële URL | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Beschrijving | Download the current sheet your are working on with just one click! |
Bestandsgrootte | 138 KB |
Aantal Installaties | 1,306 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2023-12-20 |
Publicatiedatum | 2021-11-10 |
Beoordeling | 4.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Summer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |