Download This Gsheet
Download the current sheet your are working on with just one click!
Τι είναι το Download This Gsheet;
Το Download This Gsheet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Summer, και η κύρια λειτουργία του είναι "Download the current sheet your are working on with just one click!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Download This Gsheet
Λήψη αρχείων επέκτασης Download This Gsheet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Download This Gsheet |
ID | ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Επίσημο URL | https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm |
Περιγραφή | Download the current sheet your are working on with just one click! |
Μέγεθος Αρχείου | 138 KB |
Αριθμός Εγκαταστάσεων | 1,306 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-12-20 |
Ημερομηνία Δημοσίευσης | 2021-11-10 |
Αξιολόγηση | 4.80/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Summer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |