Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}