Sheets Single Page Download

Sheets Single Page Download

An extension that downloads (csv or xlsx) a single page from an active Google Sheets tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sheets Single Page Download",
  "description": "An extension that downloads (csv or xlsx) a single page from an active Google Sheets tab",
  "version": "1.11",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  }
}