Tab Summarizer Firefox

Examine source code of Tab Summarizer

Inspect and view changes in Tab Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Summarizer",
  "version": "1.0",
  "description": "Tóm tắt nội dung của trang web trong mỗi tab để dễ dàng nắm bắt thông tin.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b43e045f-375f-4182-bdbe-57723c729a64}"
    }
  }
}

Best Tab Summarizer Alternatives

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