FAQ Suggester Firefox

Examine source code of FAQ Suggester

By: koiing Add-on
Inspect and view changes in FAQ Suggester source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FAQ Suggester",
  "version": "1.0",
  "description": "Show FAQs related to the current page content.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Show FAQs",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80c8ef9c-44a8-4a0c-98fa-098e47bc30a1}"
    }
  }
}

Best FAQ Suggester Alternatives

Here are some Firefox add-ons that are similar to FAQ Suggester: