Cypress Object Finder

Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects

Cypress Object Finder là gì?

Cypress Object Finder là một tiện ích mở rộng Chrome được phát triển bởi monirul.sk, và tính năng chính của nó là "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cypress Object Finder

Tải xuống các tệp mở rộng Cypress Object Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Cypress Object Finder - helps to build cypress test building                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
URL Chính Thức https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Mô tả Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Kích Thước Tệp 41.2 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2022-09-21
Nhà Phát Triển monirul.sk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}