Find-the-Answer Tooltip Firefox

Examine source code of Find-the-Answer Tooltip

By: Bana
Inspect and view changes in Find-the-Answer Tooltip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Find-the-Answer Tooltip",
  "version": "1.0",
  "description": "Insert a playful question and reveal the answer when the user hovers the hinted word.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Find-the-Answer Tooltip",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "findtooltip@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Find-the-Answer Tooltip Alternatives

Here are some Firefox add-ons that are similar to Find-the-Answer Tooltip: