Debeetle

Save all console.log printed values to variables for further debugging.

Debeetle là gì?

Debeetle là một tiện ích mở rộng Chrome được phát triển bởi imagentleman (José Antonio Chio), và tính năng chính của nó là "Save all console.log printed values to variables for further debugging.".

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

screenshot
screenshot

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

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

                        Automatically save all console.log printed values to variables for further debugging.

Usage:
The history will be saved in the variable $d, accessible from the console on the devtools.

$d.last gets the last console.log printed statement.
$d.all is an array with all the console.log prints.
$d.clear() empties the array.
Use $d to print and inspect the entire object or get quick access.                    

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

Tên Debeetle Debeetle
ID jmapkpjcaaenjhfoebjfnnnmcdlljikj
URL Chính Thức https://chromewebstore.google.com/detail/debeetle/jmapkpjcaaenjhfoebjfnnnmcdlljikj
Mô tả Save all console.log printed values to variables for further debugging.
Kích Thước Tệp 11.5 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2014-05-18
Ngày Phát Hành 2014-05-18
Nhà Phát Triển imagentleman (José Antonio Chio)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://imagentleman.github.io
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Debeetle",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "3",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}