Google Sheets Exporter Firefox

Examine source code of Google Sheets Exporter

By: chrismw
Inspect and view changes in Google Sheets Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Sheets Exporter",
  "version": "1.1",
  "description": "Exports the current Google Sheet as XLSX.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon-disabled-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c82bf134-306a-4c8a-906c-2b8134bca4ca}"
    }
  }
}

Best Google Sheets Exporter Alternatives

Here are some Firefox add-ons that are similar to Google Sheets Exporter: