Medium parser Firefox

Examine source code of Medium parser

Inspect and view changes in Medium parser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Medium Parser",
  "version": "1.6.5",
  "description": "Read medium based articles for free.",
  "icons": {
    "16": "img/icon16.jpg",
    "32": "img/icon32.jpg",
    "48": "img/icon48.jpg",
    "64": "img/icon64.jpg",
    "96": "img/icon96.jpg",
    "128": "img/icon128.jpg"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_icon": "img/icon128.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "medium-parser@example.com"
    }
  }
}

Melhores alternativas Medium parser

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