Show Me the LOG

Print server log in browser.

Show Me the LOG là gì?

Show Me the LOG là một tiện ích mở rộng Chrome được phát triển bởi tbfe, và tính năng chính của nó là "Print server log in browser. ".

Ả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 Show Me the LOG

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

                        使用 Bingo_Log 在 console 中调试服务器端代码。                    

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

Tên Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
URL Chính Thức https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
Mô tả Print server log in browser.
Kích Thước Tệp 9.79 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-07-29
Ngày Phát Hành 2014-07-29
Nhà Phát Triển tbfe
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/tbfe/show-me-the-log/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show Me the LOG"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.baidu.com\/*",
                "https:\/\/*.baidu.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}