Sencha Component Locator

Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.

Sencha Component Locator là gì?

Sencha Component Locator là một tiện ích mở rộng Chrome được phát triển bởi Daniel Gallo, và tính năng chính của nó là "Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.".

Ả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 Sencha Component Locator

Tải xuống các tệp mở rộng Sencha Component Locator 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

                        Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them. 

Simply inspect elements on the page, and Sencha Component Locator will try and find the associated Ext JS Component and suggest a variety of different locators. These will be shown in a "Sencha Component Locator" tab. 

This extension is useful if you're writing end-to-end tests with Sencha Test, as it provides you with a variety of locators for the Component that's associated with a given element, and suggests example usage of the captured locators within the Sencha Test Futures API. 

You may also find it useful if you're just wanting to figure out how to reference a Component when writing an Ext JS Component Query. 

The Component Locator supports Ext JS 4 and above.                    

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

Tên Sencha Component Locator Sencha Component Locator
ID nkldpaeekcifioadclceajbacngjippj
URL Chính Thức https://chromewebstore.google.com/detail/sencha-component-locator/nkldpaeekcifioadclceajbacngjippj
Mô tả Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.
Kích Thước Tệp 3.41 MB
Số Lần Cài Đặt 999
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2019-12-12
Ngày Phát Hành 2019-12-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Gallo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DanielGallo/SenchaComponentLocator
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/scl_128.png",
        "16": "icons\/scl_16.png",
        "32": "icons\/scl_32.png",
        "48": "icons\/scl_48.png",
        "64": "icons\/scl_64.png"
    },
    "manifest_version": 2,
    "name": "Sencha Component Locator",
    "version": "2.0.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}