HTML Object Finder

Find Objects - id, name and custom attributes highlighted in different colors for easier test automation

HTML Object Finder là gì?

HTML Object Finder là một tiện ích mở rộng Chrome được phát triển bởi http://price-logic.com, và tính năng chính của nó là "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

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

screenshot

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

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

                        Easily find objects or object groups in HTML code                    

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

Tên HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL Chính Thức https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Mô tả Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Kích Thước Tệp 81.71 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-24
Ngày Phát Hành 2017-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://price-logic.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "object_finder.html",
        "default_title": "HTML Object Finder"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "manifest_version": 2,
    "name": "HTML Object Finder",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}