Chrome Event Logger

Log all chrome.* API events.

Chrome Event Loggerคืออะไร?

Chrome Event Logger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Terry Jones และคุณลักษณะหลักของมันคือ "Log all chrome.* API events."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Event Logger

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

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

                                            

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

ชื่อ Chrome Event Logger Chrome Event Logger
ID hhkfijiaeakolbmfdoocojagndemepgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chrome-event-logger/hhkfijiaeakolbmfdoocojagndemepgm
คำอธิบาย Log all chrome.* API events.
ขนาดไฟล์ 12.05 KB
จำนวนการติดตั้ง 769
เวอร์ชันปัจจุบัน 0.0.77
อัปเดตครั้งล่าสุด 2013-01-27
วันที่เผยแพร่ 2013-01-27
คะแนน 1.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Terry Jones
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Event Logger",
    "version": "0.0.77",
    "description": "Log all chrome.* API events.",
    "manifest_version": 2,
    "permissions": [
        "",
        "alarms",
        "bookmarks",
        "cookies",
        "contextMenus",
        "debugger",
        "fileBrowserHandler",
        "fontSettings",
        "history",
        "idle",
        "input",
        "management",
        "proxy",
        "storage",
        "ttsEngine",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}