flightnotebook.com exporter Firefox

Examine source code of flightnotebook.com exporter

By: wyozi
Inspect and view changes in flightnotebook.com exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "flight notebook",
  "version": "1.0",
  "description": "Export flights to flightnotebook.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://matrix.itasoftware.com/*"
      ],
      "js": [
        "itamatrix.js"
      ]
    },
    {
      "matches": [
        "*://www.google.com/flights*"
      ],
      "js": [
        "gflights.js"
      ]
    }
  ],
  "permissions": [
    "https://matrix.itasoftware.com/*",
    "https://www.google.com/flights*",
    "https://www.google.com/async/flights/booking*",
    "https://flightnotebook.com/*",
    "webRequest"
  ]
}

Best flightnotebook.com exporter Alternatives

Here are some Firefox add-ons that are similar to flightnotebook.com exporter: