StickyTab Firefox

Examine source code of StickyTab

Por: MinoshW Add-on
Inspect and view changes in StickyTab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "StickyTab",
  "version": "1.3.1",
  "description": "Per-URL sticky notes by Minosh. Notes persist per page. Icon turns yellow when a note exists.",
  "author": "Minosh Wijayarathne — minosh.me",
  "homepage_url": "https://minosh.me",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3f7e2c1-5b84-4d92-9e6f-1c2d3e4f5a6b}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon.svg",
      "32": "icons/icon.svg",
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    },
    "default_title": "StickyTab"
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  }
}

Melhores alternativas StickyTab

Aqui estão algumas Firefox add-ons que são similares a StickyTab: