Copy as Python Requests Firefox

Examine source code of Copy as Python Requests

제작자: Peace-Maker Add-on
Inspect and view changes in Copy as Python Requests 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
{
  "name": "Copy as Python Requests",
  "description": "Copy requests from the devtools network panel as python requests code",
  "version": "1.1",
  "author": "Jannik Hartung",
  "manifest_version": 2,
  "icons": {
    "16": "icons/logo.svg",
    "32": "icons/logo.svg",
    "48": "icons/logo.svg",
    "96": "icons/logo.svg",
    "128": "icons/logo.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "55.0",
      "id": "{4f69fcd1-e7ff-409c-8e9b-3825f41e95ab}"
    }
  },
  "devtools_page": "devtools.html",
  "options_ui": {
    "chrome_style": true,
    "browser_style": true,
    "open_in_tab": true,
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Copy as Python Requests",
    "default_popup": "popup.html"
  }
}

최고의 Copy as Python Requests 대안

다음은 Copy as Python Requests과(와) 유사한 Firefox add-on입니다: