Tab Mood Emoji Firefox

Examine source code of Tab Mood Emoji

By: mmx
Inspect and view changes in Tab Mood Emoji source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Mood Emoji",
  "version": "1.0",
  "description": "Phân tích nội dung từng tab và hiển thị biểu tượng cảm xúc tương ứng.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "neutral.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-mood-emoji@example.com"
    }
  }
}

Best Tab Mood Emoji Alternatives

Here are some Firefox add-ons that are similar to Tab Mood Emoji: