Documentation Viewer Firefox

Examine source code of Documentation Viewer

By: Go88
Inspect and view changes in Documentation Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "4.0.0",
  "name": "__MSG_extensionName__",
  "description": "__MSG_description__",
  "author": "eight",
  "permissions": [
    "contextMenus",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*.ans",
    "*://*/*.ansi",
    "*://*/*.bbs",
    "file:///*"
  ],
  "background": {
    "scripts": []
  },
  "content_scripts": [
    {
      "matches": [
        "file:///*"
      ],
      "include_globs": [
        "*.ans",
        "*.bbs",
        "*.ansi"
      ],
      "js": [],
      "css": []
    }
  ],
  "commands": {
    "viewAsANSI": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "View current page as ANSI"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b17ada91-ad67-4d9a-876c-dc234fb54852}"
    }
  }
}

Best Documentation Viewer Alternatives

Here are some Firefox add-ons that are similar to Documentation Viewer: