Chrome Event Logger

开发者工具插件大小: 12.05KiB版本: v 0.0.77更新时间: 2021-12-21
大小:12.05KiB版本:v 0.0.77更新时间:2021-12-21

Log all chrome.* API events.

Chrome Event Logger 的使用方法详解,最全面的教程


Chrome Event Logger 描述:

用户数:746

分类:开发者工具插件

扩展大小:12.05 KiB

最后更新时间:2021-12-21

版本:v 0.0.77


Chrome Event Logger 插件简介:

这是来自Chrome商店的 Chrome Event Logger 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


Chrome Event Logger插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


Chrome Event Logger插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
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.

相关应用

브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 336ac8ceb on 7/13/2022.
Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
POSTMAN CHROME IS DEPRECATED DOWNLOAD THE UPDATED POSTMAN NATIVE APPS Postman Chrome is deprecated and is missing essential, new…
EditThisCookie是一个cookie管理器。您可以添加,删除,编辑,搜索,锁定和屏蔽cookies!
Tag Assistant helps to troubleshoot installation of various Google tags including Google Analytics, Google Tag Manager and more.
The web developers helper program to create and test custom HTTP requests.
back top top
back top top