Text File Viewer Firefox

Examine source code of Text File Viewer

By: Ife
Inspect and view changes in Text File 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": "{6b547097-0e4b-458b-93e3-62b13c77e376}"
    }
  }
}

Best Text File Viewer Alternatives

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