Angular Profiler

Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.

Angular Profiler là gì?

Angular Profiler là một tiện ích mở rộng Chrome được phát triển bởi Andrew Yang, và tính năng chính của nó là "Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.".

Ả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 Angular Profiler

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

                        Angular Profiler for Ivy, debugging and visualisation tools                    

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

Tên Angular Profiler Angular Profiler
ID ikkobdhhnnllhcmjaealbihjkahnegia
URL Chính Thức https://chromewebstore.google.com/detail/angular-profiler/ikkobdhhnnllhcmjaealbihjkahnegia
Mô tả Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.
Kích Thước Tệp 7.14 MB
Số Lần Cài Đặt 641
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2020-06-19
Ngày Phát Hành 2020-06-18
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andrew Yang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ddvkid/ng-profiler
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.4",
    "name": "Angular Profiler",
    "short_name": "ng profiler",
    "description": "Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16_disabled.png",
            "48": "images\/icon48_disabled.png",
            "148": "images\/icon148_disabled.png"
        },
        "default_title": "Angular Profiler",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "node_modules\/*",
        "dist\/*",
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}