Download This Gsheet

Download This Gsheet

Download the current sheet your are working on with just one click!

Merlin
Additional files are visible only to premium users

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"
}