Medium parser Firefox

Examine source code of Medium parser

제작자: Xatta Trone
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"
    }
  }
}

최고의 Medium parser 대안

다음은 Medium parser과(와) 유사한 Firefox add-on입니다: