Offline Reader Firefox

Examine source code of Offline Reader

By: Muhu
Inspect and view changes in Offline Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Offline Reader",
  "version": "1.0",
  "description": "Tự động lưu bài blog hoặc tin tức dài để đọc offline nếu reload hoặc mất mạng.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{97c12fa3-cc79-487c-9b4c-174f7067bfdd}"
    }
  }
}

Best Offline Reader Alternatives

Here are some Firefox add-ons that are similar to Offline Reader: