Remember-Tabs Firefox

Examine source code of Remember-Tabs

Inspect and view changes in Remember-Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Sticky Notes 📝",
  "version": "1.1",
  "description": "Add sticky notes to your tabs to remember why you opened them and stay organized!",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Tab Sticky Notes"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-sticky-notes@example.com"
    }
  }
}

Best Remember-Tabs Alternatives

Here are some Firefox add-ons that are similar to Remember-Tabs: