MIPSter

MIPSter

Convert mips instructions to machine code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MIPSter",
  "description": "Convert mips instructions to machine code.",
  "version": "1.1",
  "icons": {
    "128": "tablet.png"
  },
  "browser_action": {
    "default_title": "MIPSter",
    "default_icon": "tablet.png",
    "default_popup": "popup.html"
  }
}