Copy RSS button Firefox

Examine source code of Copy RSS button

Por: Sam Bull
Inspect and view changes in Copy RSS button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Sam Bull",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://sambull.org",
  "name": "__MSG_extensionName__",
  "version": "1",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "63.0"
    }
  },
  "default_locale": "en",
  "icons": {
    "16": "rss.svg",
    "18": "rss.svg",
    "19": "rss.svg",
    "32": "rss.svg",
    "48": "rss.svg",
    "64": "rss.svg",
    "128": "rss.svg"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "rss.svg",
    "default_title": "__MSG_actionTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "document.js"
      ]
    }
  ]
}

Melhores alternativas Copy RSS button

Aqui estão algumas Firefox add-ons que são similares a Copy RSS button: