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…
什么是Playwright CRX?
Playwright CRX是由rui.figueira开发的Chrome扩展程序,该扩展的主要功能是“Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…”。
扩展截图
下载Playwright CRX扩展crx文件
下载Playwright CRX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Playwright CRX |
ID | jambeljnbnfbkcpnoiaedcabbgmnnlcd |
官方URL | https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd |
简介 | Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you… |
文件大小 | 4.54 MB |
安装次数 | 2,614 |
当前版本 | 0.4.1 |
更新时间 | 2024-03-04 |
上架时间 | 2023-05-29 |
评分 | 5.00/5 共6次评分 |
开发者 | rui.figueira |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ruifigueira/playwright-crx |
支持的语言 | 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" ] } |