Playwright CRX
Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…
What is Playwright CRX?
Playwright CRX is a Chrome extension developed by rui.figueira, and its main feature is "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…".
Extension Screenshots
Download Playwright CRX Extension CRX File
Download Playwright CRX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you want to record, by using the context menu or the action button. It's now possible to play your recorded script, and record assertions.
Extension Basic Information
Name | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Official URL | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
Description | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
File Size | 4.54 MB |
Installation Count | 2,614 |
Current Version | 0.4.1 |
Last Updated | 2024-03-04 |
Publish Date | 2023-05-29 |
Rating | 5.00/5 Total 6 Ratings |
Developer | rui.figueira |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ruifigueira/playwright-crx |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playwright CRX", "version": "0.4.1", "manifest_version": 3, "icons": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-192x192.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "icon-16x16.png", "32": "icon-32x32.png" }, "default_title": "Record" }, "permissions": [ "debugger", "tabs", "contextMenus" ] } |