Airtable Swagger Generator Firefox

Examine source code of Airtable Swagger Generator

Inspect and view changes in Airtable Swagger Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Airtable Swagger Generator",
  "author": "Brian Kinney",
  "homepage_url": "https://github.com/briankinney/airtable-swagger",
  "version": "1.1",
  "description": "Generates OAS 3.0 API Documentation from Airtable Docs",
  "icons": {
    "48": "plugin/icons/icons8-user-manual-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://airtable.com/*/api/docs"
      ],
      "js": [
        "src/convert.js",
        "plugin/content/extract-swagger-document.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "48": "plugin/icons/icons8-user-manual-48.png"
    },
    "default_title": "Open Airtable-Swagger sidebar",
    "show_matches": [
      "*://airtable.com/*/api/docs*"
    ]
  },
  "background": {
    "scripts": [
      "plugin/background/background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "plugin/sidebar/sidebar.html",
    "open_at_install": false
  }
}

Best Airtable Swagger Generator Alternatives

Here are some Firefox add-ons that are similar to Airtable Swagger Generator: