Tab Sentiment Emoji Firefox

Examine source code of Tab Sentiment Emoji

By: tai
Inspect and view changes in Tab Sentiment Emoji source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Sentiment Emoji",
  "version": "1.0",
  "description": "Phân tích cảm xúc văn bản trang và hiển thị emoji tương ứng trên icon tab.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sentiment-emoji-tab@example.com"
    }
  }
}

Best Tab Sentiment Emoji Alternatives

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