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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rui.figueira และคุณลักษณะหลักของมันคือ "Playwright 1.40.0 as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playwright 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" ] } |