Popup Tooltip Firefox

Examine source code of Popup Tooltip

By: Oatmeal
Inspect and view changes in Popup Tooltip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popup Tooltip",
  "version": "1.2",
  "description": "Popup tooltip when highlighting text on a page for search, maps etc..",
  "icons": {
    "48": "icons/egg2.png"
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "popup.css"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "popup_tooltip_2@example.com"
    }
  },
  "browser_action": {
    "default_icon": "icons/egg2.png",
    "default_title": "Popup Tooltip",
    "default_popup": "options.html"
  }
}

Best Popup Tooltip Alternatives

Here are some Firefox add-ons that are similar to Popup Tooltip: