Log all chrome.* API events.CEL, the Chrome Event Logger, logs all Chrome browser API events to the console of its background page. It is intended to help developers see the names of events Chrome is triggering, when they occur, and with what arguments. Typical use cases are:
1. You wonder if there is a Chrome API event that's triggered for some action you take in the browser. Rather than guessing what the event might be and trying to find it in the API docs, you can enable CEL, perform the action in Chrome, and see what CEL logs.
2. You're writing an extension and are unsure about whether an event is being triggered or with what arguments. Instead of adding an event listener in your own code and reloading your extension, you can just look in the CEL log.
## Viewing the logging
Once installed, you can examine the CEL logging by visiting chrome://extensions, clicking to enable Developer mode, and then clicking the link next to the CEL icon where it says Inspect views: _generated_background_page.html
## Manually adjusting logging
In the JS console for the extension's background page, there are several commands you can run to adjust what is logged:
// Return a list of the chrome.* API events being logged.
CEL.enabled()
// Return a list of the chrome.* API events being ignored.
CEL.disabled()
// Enable logging of some calls (see below).
CEL.enable(name1, name2, ...)
// Disable logging of some calls (see below).
CEL.disable(name1, name2, ...)
The names you pass to CEL.enable and CEL.disable can be individual API calls (without the leading "chrome."), or can be higher-level categories. Here are some examples:
// Enable chrome.tabs.onCreated and all chrome.webRequest.* events:
CEL.enable('tabs.onCreated', 'webRequest')
// Disable all chrome.tabs.* events and chrome.webNavigation.onCommitted
CEL.disable('tabs', 'webNavigation.onCommitted')
Note that CEL.enable will enable all necessary higher level logging. So, for example, if you call CEL.enable('omnibox.onInputEntered') all chrome.omnibox.* events (that have not been explicitly disabled) will be logged. If you don't want to enable and disable groups of calls in this way, always pass explicit API calls.
CEL.disabled will show you the names of individual calls that are disabled, as well as any disabled higher levels.
## Global enable / disable
The extension provides a context menu item that lets you globally enable or disable logging.
Why Download Chrome Event Logger?
- ✅ Trusted by 656+ users worldwide
- ✅ High Rating: /5 stars from reviews
- ✅ Latest Version: 0.0.77 - Always up to date
- ✅ Safe & Secure: Verified by Chrome Web Store
- ✅ Free to Use: No cost required
Extension Details
Type: Extension
Category: Chrome Browser Extension
Compatibility: Google Chrome Browser
Last Updated: March 8, 2021
Developer: Chrome Web Store Verified
Discover Chrome Event Logger - The Best Chrome Extension for Your Browser
Looking for the perfect Chrome extension to enhance your browsing experience? Chrome Event Logger is one of the most popular and highly-rated extensions available on the Chrome Web Store, trusted by over 656 users worldwide.
With an impressive -star rating based on authentic user reviews, Chrome Event Logger has proven its value and reliability to the Chrome community. This extension is perfect for users who want to improve their productivity, enhance their browsing security, or simply add useful functionality to their Chrome browser.
Download Chrome Event Logger today and join thousands of satisfied users who have already discovered the benefits of this powerful Chrome extension. Installation is quick and easy - simply click the download button above to be redirected to the official Chrome Web Store where you can safely install this extension in just a few clicks.