Tab Notes12 Firefox

Examine source code of Tab Notes12

Inspect and view changes in Tab Notes12 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Notes",
  "version": "1.0",
  "description": "Gắn ghi chú ngắn cho từng tab và hiển thị trên tab bar.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0946b53d-932a-4a88-aa5b-0ed524f9762e}"
    }
  }
}

Best Tab Notes12 Alternatives

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