captureCalls

Logs function calls in DevTools console.

captureCalls là gì?

captureCalls là một tiện ích mở rộng Chrome được phát triển bởi https://n12v.com, và tính năng chính của nó là "Logs function calls in DevTools console.".

Ả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 captureCalls

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

                        captureCalls allows to log function calls. It adds a message to the console with a function name, its arguments and a stacktrace.

captureCalls is a better version of Chrome DevTools’ monitor function.                    

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

Tên captureCalls captureCalls
ID jbifbiilihmmfjcbfbbdhknaehdgbabd
URL Chính Thức https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd
Mô tả Logs function calls in DevTools console.
Kích Thước Tệp 9.63 KB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-08-13
Ngày Phát Hành 2014-08-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://n12v.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NV/captureCalls.js
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "captureCalls",
    "short_name": "capturecalls",
    "version": "1.0.0",
    "description": "Logs function calls in DevTools console.",
    "icons": {
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "captureCalls_content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captureCalls.js"
    ]
}