ANSI Viewer Plus Firefox

Examine source code of ANSI Viewer Plus

Inspect and view changes in ANSI Viewer Plus 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": "ANSI Viewer",
  "description": "View ANSI file in the browser",
  "author": "eight",
  "homepage_url": "https://github.com/eight04/ansi-viewer",
  "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": "{c8a058a7-51a2-4ea3-9dd5-c002ac960363}"
    }
  }
}

Best ANSI Viewer Plus Alternatives

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