Sentiment & Emotion Information Firefox

Examine source code of Sentiment & Emotion Information

Inspect and view changes in Sentiment & Emotion Information source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Sentiment and Emotion Information",
  "description": "Select text, and get information about the sentiment of the text and the emotions it indicates.",
  "version": "0.0.3",
  "icons": {
    "48": "icons/mycosmos-nlu-48.png",
    "96": "icons/mycosmos-nlu-96.png",
    "128": "icons/mycosmos-nlu-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nlu-addon@nameprivate.eu",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "action": {
    "default_icon": {
      "48": "icons/mycosmos-nlu-48.png",
      "96": "icons/mycosmos-nlu-96.png",
      "128": "icons/mycosmos-nlu-128.png"
    },
    "default_popup": "action/index.html",
    "default_title": "Sentiment and Emotion Information"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://*.natural-language-understanding.watson.cloud.ibm.com/"
  ]
}

Best Sentiment & Emotion Information Alternatives

Here are some Firefox add-ons that are similar to Sentiment & Emotion Information: