欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Mozilla/extensions
来自开放百科 - 灰狐
(版本间的差异)
小 (→连接) |
小 (→扩展) |
||
第5行: | 第5行: | ||
==扩展== | ==扩展== | ||
这些开发扩展能更好的帮助开发者开发扩展: | 这些开发扩展能更好的帮助开发者开发扩展: | ||
− | *DOM Inspector, used to inspect and edit the live DOM of any web document or XUL application (Firefox and Thunderbird) | + | *[[DOM Inspector]], used to inspect and edit the live DOM of any web document or XUL application (Firefox and Thunderbird) |
− | *Venkman, a JavaScript Debugger (Firefox version, Thunderbird version) | + | *[[Venkman]], a JavaScript Debugger (Firefox version, Thunderbird version) |
− | *Extension Developer's Extension a suite of tools for extension development (Firefox) | + | *[https://addons.mozilla.org/en-US/firefox/addon/7434/ Extension Developer's Extension] a suite of tools for extension development (Firefox) |
− | *Extension Test an add-on which makes it easier to detect problems which will lead to rejection by addons.mozilla.org | + | *[https://addons.mozilla.org/en-US/firefox/addon/extension-test/ Extension Test] an add-on which makes it easier to detect problems which will lead to rejection by addons.mozilla.org |
− | *Console² enhanced JavaScript console (Firefox version, Thunderbird version) | + | *[http://console2.mozdev.org/ Console²] enhanced JavaScript console (Firefox version, Thunderbird version) |
− | *Javascript Command for writing/testing javascript on Firefox windows | + | *[https://addons.mozilla.org/firefox/addon/5058 Javascript Command] for writing/testing javascript on Firefox windows |
− | *Chrome List navigate and view files in chrome:// (Firefox version, Thunderbird version) | + | *[https://addons.mozilla.org/en-US/firefox/addon/4453/ Chrome List] navigate and view files in chrome:// (Firefox version, Thunderbird version) |
− | *Chrome Edit Plus a user file editor (Firefox and Thunderbird) | + | *[http://webdesigns.ms11.net/chromeditp.html Chrome Edit Plus] a user file editor (Firefox and Thunderbird) |
− | *Add-on Builder a web-based application that generates an extension skeleton (Firefox, Thunderbird, and others) | + | *[https://addons.mozilla.org/en-US/developers/tools/builder Add-on Builder] a web-based application that generates an extension skeleton (Firefox, Thunderbird, and others) |
− | *Firebug a variety of development tools (Firefox) | + | *[[Firebug]] a variety of development tools (Firefox) |
− | *Pentadactyl, a general purpose extension with builtin tools for extension development, including a command line with chrome JavaScript evaluation (including property and function argument completion) and the ability to demand-load external JavaScript and CSS files into window chrome. | + | *[http://dactyl.sf.net/pentadactyl/ Pentadactyl], a general purpose extension with builtin tools for extension development, including a command line with chrome JavaScript evaluation (including property and function argument completion) and the ability to demand-load external JavaScript and CSS files into window chrome. |
− | *Chromebug combines elements of a JavaScript debugger and DOM (Firefox, "kinda works for Thunderbird") | + | *[http://getfirebug.com/releases/chromebug/ Chromebug] combines elements of a JavaScript debugger and DOM (Firefox, "kinda works for Thunderbird") |
− | *MozRepl explore and modify Firefox and other Mozilla apps while they run (Firefox and Thunderbird) | + | *[https://github.com/bard/mozrepl/wiki MozRepl] explore and modify Firefox and other Mozilla apps while they run (Firefox and Thunderbird) |
− | *ExecuteJS an enhanced JavaScript console (Firefox version, Thunderbird version) | + | *[http://www.mouseless.de/index.php?/content/view/18/31/ ExecuteJS] an enhanced JavaScript console (Firefox version, Thunderbird version) |
− | *XPCOMViewer an XPCOM inspector (Firefox and Thunderbird) | + | *[http://xpcomviewer.mozdev.org/ XPCOMViewer] an [[XPCOM]] inspector (Firefox and Thunderbird) |
− | *JavaScript shells to test snippets of JavaScript (Firefox and Thunderbird) | + | *[https://developer.mozilla.org/en/JavaScript/Shells JavaScript shells] to test snippets of JavaScript (Firefox and Thunderbird) |
− | *SQLite Manager to manage the SQLite database (Firefox and Thunderbird) | + | *[https://addons.mozilla.org/en-US/firefox/addon/5817 SQLite Manager] to manage the SQLite database (Firefox and Thunderbird) |
− | *ViewAbout enables access to various about: dialogs from the View menu (Firefox version, Thunderbird version ) | + | *[http://www.rumblingedge.com/viewabout/ ViewAbout] enables access to various about: dialogs from the View menu (Firefox version, Thunderbird version ) |
− | *Crash Me Now! useful for testing debug symbols and the crash reporting system (Firefox and Thunderbird) | + | *[http://code.google.com/p/crashme/ Crash Me Now]! useful for testing debug symbols and the crash reporting system (Firefox and Thunderbird) |
− | + | ||
==第一个扩展== | ==第一个扩展== |
2011年4月24日 (日) 05:42的版本
Mozilla 扩展是能为 Mozilla 程序(例如 Firefox 和 Thunderbird)添加新功能的小巧的附加软件。从工具栏按钮到全新特性,它们能添加任何东西。它们允许用户定制程序,以适合自己的个性需要(如果他们需要新的特性);同时又保持了程序的小巧,以便下载。
扩展不同于插件,插件帮助浏览器现实类似于播放多媒体文件这样的特定的内容。扩展也不同于搜索插件,搜索插件在搜索栏插入附加的搜索引擎。
扩展
这些开发扩展能更好的帮助开发者开发扩展:
- DOM Inspector, used to inspect and edit the live DOM of any web document or XUL application (Firefox and Thunderbird)
- Venkman, a JavaScript Debugger (Firefox version, Thunderbird version)
- Extension Developer's Extension a suite of tools for extension development (Firefox)
- Extension Test an add-on which makes it easier to detect problems which will lead to rejection by addons.mozilla.org
- Console² enhanced JavaScript console (Firefox version, Thunderbird version)
- Javascript Command for writing/testing javascript on Firefox windows
- Chrome List navigate and view files in chrome:// (Firefox version, Thunderbird version)
- Chrome Edit Plus a user file editor (Firefox and Thunderbird)
- Add-on Builder a web-based application that generates an extension skeleton (Firefox, Thunderbird, and others)
- Firebug a variety of development tools (Firefox)
- Pentadactyl, a general purpose extension with builtin tools for extension development, including a command line with chrome JavaScript evaluation (including property and function argument completion) and the ability to demand-load external JavaScript and CSS files into window chrome.
- Chromebug combines elements of a JavaScript debugger and DOM (Firefox, "kinda works for Thunderbird")
- MozRepl explore and modify Firefox and other Mozilla apps while they run (Firefox and Thunderbird)
- ExecuteJS an enhanced JavaScript console (Firefox version, Thunderbird version)
- XPCOMViewer an XPCOM inspector (Firefox and Thunderbird)
- JavaScript shells to test snippets of JavaScript (Firefox and Thunderbird)
- SQLite Manager to manage the SQLite database (Firefox and Thunderbird)
- ViewAbout enables access to various about: dialogs from the View menu (Firefox version, Thunderbird version )
- Crash Me Now! useful for testing debug symbols and the crash reporting system (Firefox and Thunderbird)
第一个扩展
完成第一个Firefox扩展: Hello World!
连接
<discussion>characters_max=300</discussion>
分享您的观点