Taggable Reading List Firefox

Examine source code of Taggable Reading List

By: hsrtb
Inspect and view changes in Taggable Reading List source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Taggable Reading List",
  "version": "0.3.1",
  "action": {
    "default_icon": "icons/save.svg",
    "default_title": "Save Tabs"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "menus"
  ],
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "commands": {
    "show-list": {
      "suggested_key": {
        "default": "Alt+Shift+2"
      },
      "description": "show reading list"
    },
    "add-tabs": {
      "suggested_key": {
        "default": "Alt+Shift+3"
      },
      "description": "add current window's tabs to list"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "taggable-reading-list@hsrtb"
    }
  }
}

Best Taggable Reading List Alternatives

Here are some Firefox add-ons that are similar to Taggable Reading List: