在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:firebug/devtools-extension-examples开源软件地址:https://github.com/firebug/devtools-extension-examples开源编程语言:JavaScript 98.8%开源软件介绍:Firefox DevTools Extension ExamplesThis repository contains extensions for Firefox native developer tools showing how to build extensions and use existing platform API. Use JPM to run example extensions. Run with Firefox Nightly on OSX:
See also: HelloWorldThis example shows basic architecture of an extension for Firefox developer tools. It handles basic toolbox initialization events and registers a new panel. Related API:
Related Events:
CustomThemeThis extension shows how to implement new theme for developer tools Toolbox. Related API:
GlobalActorThis extension shows how to implement tools/features that can be used
to debug/inspect remote devices. Learn how to properly implement both:
the client and sever side of new tool. Remotable feature in this extension
is implemented as a Related API:
TabActorThis extension shows how to create a tab actor. If multiprocess support is active tab actors run within the child process (global actors run within the parent process). Related API:
ConsoleListenerThis extension shows how to intercept and modify logs in the Console panel. Related Events:
HelloReactAn example extension showing how to integrate standard web technologies with an extension. Related Libs:
MessageManagerAn example extension showing how to communicate between chrome and content scopes. Related API:
DOM InspectorAn example extension showing how to send DOM node from the backed to the client. Related API:
Related Events:
CustomActorThis extension shows how to implement backend actor register and unregister it. Learn how to properly implement both the client and sever side. This example also shows how to communicate between chrome and content scope through MessageChannel. Related API:
TitleManagerAn example extension showing how to access 'window' global in the web page and also register new Console command-line commands. Related API:
NetAnalysisAn example showing how to perform custom analysis of data collected by the Network panel. Check out how to get all data as HAR object. See also: http://www.softwareishard.com/blog/har-12-spec/ Related API:
SimpleMVCAn example extension showing how to use Model View Controller (MVC) pattern in context of an extension for Firefox DevTools. (based on HelloWorld example above) Related API:
TodoMVCBasic example extension showing how to use ReactJS+Redux to implement an extension for Firefox developer tools. The example is taken and adapted from the official Redux docs. Recommended mainly for web developers who want to use existing knowledge and build Firefox developer tools extensions on top of standard web technologies. Related API:
Further Resources
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论