Show Me the LOG

Print server log in browser.

Show Me the LOGคืออะไร?

Show Me the LOG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tbfe และคุณลักษณะหลักของมันคือ "Print server log in browser. "

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Me the LOG

ดาวน์โหลดไฟล์ส่วนขยาย Show Me the LOG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
คำอธิบาย Print server log in browser.
ขนาดไฟล์ 9.79 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-07-29
วันที่เผยแพร่ 2014-07-29
ผู้พัฒนา tbfe
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/tbfe/show-me-the-log/issues
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}