Request sender Firefox

Examine source code of Request sender

제작자: TheNamlessGuy
Inspect and view changes in Request sender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Request sender",
  "version": "0.0.1",
  "description": "Send HTTP requests directly from the browser",
  "author": "TheNamlessGuy",
  "homepage_url": "https://github.com/TheNamlessGuy/browser-request-sender",
  "developer": {
    "name": "TheNamlessGuy",
    "url": "https://github.com/TheNamlessGuy/browser-request-sender"
  },
  "icons": {
    "96": "res/icon/96.png"
  },
  "permissions": [
    "tabs",
    "menus",
    "storage",
    "unlimitedStorage",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "src/communication.js",
      "src/contextmenus.js",
      "src/options/bookmark.js",
      "src/options/opts.js",
      "src/templates.js",
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "request-sender@TheNamlessGuy.github.io"
    }
  }
}

최고의 Request sender 대안

다음은 Request sender과(와) 유사한 Firefox add-on입니다: