Google Sheets Downloader

Download the current tab in Google Sheets as PDF or XLSX with one click.

What is Google Sheets Downloader?

Google Sheets Downloader is a Chrome extension developed by https://renovaworld.com, and its main feature is "Download the current tab in Google Sheets as PDF or XLSX with one click.".

Extension Screenshots

screenshot

Download Google Sheets Downloader Extension CRX File

Download Google Sheets Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Now it is easy to download the current tab in Google Sheets as XLSX or PDF. If you use the default option available from the File > Download option in Google Sheets, you get the entire sheet with all the tabs included, but sometimes to share a specific tab with your colleagues, this extension will come in handy.                    

Extension Basic Information

Name Google Sheets Downloader Google Sheets Downloader
ID dmfloejmkmjikkagkgbhdadbnnpmhmjc
Official URL https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc
Description Download the current tab in Google Sheets as PDF or XLSX with one click.
File Size 61.38 KB
Installation Count 4,020
Current Version 1.1
Last Updated 2021-06-01
Publish Date 2021-03-01
Rating 3.67/5 Total 3 Ratings
Developer https://renovaworld.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Sheets Downloader",
    "version": "1.1",
    "description": "Download the current tab in Google Sheets as PDF or XLSX with one click.",
    "browser_action": {
        "default_popup": "window.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}