RestMan Firefox

Examine source code of RestMan

By: OK365 Add-on
Inspect and view changes in RestMan source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RestMan",
  "author": "Joaquin Sargiotto",
  "description": "RESTMan is a browser extension to work on http requests.",
  "version": "0.8.0",
  "icons": {
    "32": "img/icon32.png",
    "64": "img/icon64.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Default Title",
    "default_icon": {
      "32": "img/icon32.png",
      "64": "img/icon64.png"
    }
  },
  "incognito": "split",
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac4f3237-a3a7-4e31-87da-2437f9f405ba}"
    }
  }
}

Best RestMan Alternatives

Here are some Firefox add-ons that are similar to RestMan: