Playwright Chrome Recorder

Playwright Chrome Recorder

Playwright extension for DevTools that allows you to export tests directly from the Recorder panel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "Playwright Chrome Recorder",
  "description": "Playwright extension for DevTools that allows you to export tests directly from the Recorder panel.",
  "permissions": [],
  "devtools_page": "DevToolsPlugin.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "104.0.0.0"
}