Readable Firefox

Examine source code of Readable

제작자: David Add-on
Inspect and view changes in Readable source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Readable",
  "version": "1.5.0",
  "description": "Converts custom font characters to standard alphabetic characters.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "readable.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "readable_background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "tabs"
  ]
}

최고의 Readable 대안

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