Chrome Event Logger

Log all chrome.* API events.

What is Chrome Event Logger?

Chrome Event Logger is a Chrome extension developed by Terry Jones, and its main feature is "Log all chrome.* API events.".

Extension Screenshots

screenshot

Download Chrome Event Logger Extension CRX File

Download Chrome Event Logger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Chrome Event Logger Chrome Event Logger
ID hhkfijiaeakolbmfdoocojagndemepgm
Official URL https://chrome.google.com/webstore/detail/chrome-event-logger/hhkfijiaeakolbmfdoocojagndemepgm
Description Log all chrome.* API events.
File Size 12.05 KB
Installation Count 769
Current Version 0.0.77
Last Updated 2013-01-27
Publish Date 2013-01-27
Rating 1.86/5 Total 7 Ratings
Developer Terry Jones
Payment Type free
Supported Languages 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"
    }
}