Tiny Tiny RSS Open in Background Tab Firefox

Examine source code of Tiny Tiny RSS Open in Background Tab

Inspect and view changes in Tiny Tiny RSS Open in Background Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tiny Tiny RSS Open in Background Tab",
  "version": "0.0.4",
  "description": "Open Tiny Tiny RSS links in a background tab using a shortcut key",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "handler.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{CC167B37-8A37-4742-90C4-8A77FC8FF183}"
    }
  }
}

Best Tiny Tiny RSS Open in Background Tab Alternatives

Here are some Firefox add-ons that are similar to Tiny Tiny RSS Open in Background Tab: