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": "0.2.2",
"name": "Nightwatch Chrome Recorder",
"description": "Nightwatch Extension for Devtools that allows you to export tests directly from the Recorder panel.",
"permissions": [],
"devtools_page": "DevToolsPlugin.html",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"minimum_chrome_version": "101"
}