Download This Gsheet
Download the current sheet your are working on with just one click!
Download This Gsheet क्या है?
Download This Gsheet Summer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the current sheet your are working on with just one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download This Gsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |