Reader Firefox

Examine source code of Reader

제작자: Bala Add-on
Inspect and view changes in Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reader",
  "version": "1.0",
  "description": "Description of your extension",
  "permissions": [
    "storage",
    "activeTab",
    "downloads",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{00bf6d15-6e4c-4b9f-b4cc-b0ba402c17ea}"
    }
  }
}

최고의 Reader 대안

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