Full QA Stack Firefox

Examine source code of Full QA Stack

제작자: paskacez Add-on
Inspect and view changes in Full QA Stack 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": "Full QA Stack",
  "version": "9.8.0",
  "description": "Ultimate QA toolkit: 34+ tools including Responsive Tester, Node Snapshot, and Pro Overlays.",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "full-qa-stack@cezar",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage",
    "notifications",
    "clipboardWrite",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_popup": "popup.html",
    "default_title": "Full QA Stack (Ctrl+Shift+S)"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "session-recorder.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "capture-screenshots": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Capture viewport screenshots"
    }
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  }
}

최고의 Full QA Stack 대안

다음은 Full QA Stack과(와) 유사한 Firefox add-on입니다: