Offline Browsing Firefox

Examine source code of Offline Browsing

作者: Phuc Quang Tran Add-on
Inspect and view changes in Offline Browsing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Offline Browsing",
  "description": "save web pages locally to read it offline",
  "version": "1.0.0",
  "icons": {
    "64": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "notifications",
    "tabs"
  ],
  "developer": {
    "name": "Phuc Quang Tran",
    "url": "https://github.com/tranquangphuc"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "offline-browsing-extension@tranquangphuc.com",
      "strict_min_version": "55.0"
    }
  },
  "browser_action": {},
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "page_action": {},
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ]
}

最佳 Offline Browsing 替代方案

这里是一些与Offline Browsing类似的Firefox add-on: