Cypress Object Finder
Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Cypress Object Finderคืออะไร?
Cypress Object Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monirul.sk และคุณลักษณะหลักของมันคือ "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cypress Object Finder
ดาวน์โหลดไฟล์ส่วนขยาย Cypress Object Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cypress Object Finder - helps to build cypress test building
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cypress Object Finder |
ID | mlbenhbephfijefckjjecmkigbgncohc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc |
คำอธิบาย | Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects |
ขนาดไฟล์ | 41.2 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-09-21 |
วันที่เผยแพร่ | 2022-09-21 |
ผู้พัฒนา | monirul.sk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cypress Object Finder", "version": "1.2", "manifest_version": 3, "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects", "action": { "default_icon": "cof.png", "default_title": "Cypress Object Finder", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |