Google Sheets Downloader

Google Sheets Downloader

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

Merlin
Additional files are visible only to premium users

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
}