Firefox:Extension L
Mozilla中文Wiki
| Firefox常用扩展中文简介 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 数字 中文 |
| 目录 |
Language Menu
- 英文版 (http://extensionroom.mozdev.org/more-info/langmenu)
调控正在浏览页面的语言
LastTab
- 英文版 (https://addons.mozilla.org/extensions/moreinfo.php?id=112)
使用 Ctrl+Tab 和 Ctrl+Shift+Tab 来切换最近浏览的标签页。同时此扩展也附带实现关闭标签后自动转到最近浏览的标签上。
Launchy
- 开发者(英文) (http://gemal.dk/mozilla/launchy.html)
让你自定义右键,可以选择使用任意外部程序打开选定的链接。
Launchy可以让你在调用一些应用程序,通过在扩展双击Launchy插件可以调出选项,你可以在那里面设置Launchy.
怎样为Launchy扩展添加支持的程序?
主要是在launchy.xml里面添加这样的声明(如果没有这个文件就要安装上面说的格式来新建一个):
<application> <label>WordPad</label> 外部应用的名称 <type>7</type> 外部应用的类型 <command>%ProgramFiles%\accessories\wordpad.exe</command> 外部应用的地址 <arguments></arguments> 需要传递的参数 </application>
例如,我将我的LeapFTP加入到链接中,使用了这样的描述: 代码:
<?xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">
<application>
<label>LeapFtp</label>
<type>4</type>
<command>C:\Program Files\LeapFTP\leapftp.exe</command>
<arguments></arguments>
</application>
</configurations>
将其命名为launchy.xml保存到C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\lqc57ddg.default\chrome\
重新启动Firefox就OK了
官方网站这样说的
launchy.xml file usage
Launchy is now (from version 2.5.0 and up) able to use a XML file to add custom applications. So you can add your own applications to Launchy's context menu. At startup Launchy will look for a file called launchy.xml in the chrome directory in your profile. Get help in finding the path of your Mozilla profile.
You can use this page to create a launchy.xml file. The content of the launchy.xml should look like this: 代码:
<?xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">
<application>
<label>Mozilla Composer</label>
<type>7</type>
<command>c:\program files\mozilla.org\nightly\mozilla\mozilla.exe</command>
<arguments>-editor</arguments>
</application>
<application>
<label>WordPad</label>
<type>7</type>
<command>%ProgramFiles%\accessories\wordpad.exe</command>
<arguments></arguments>
</application>
<application>
<label>Lynx</label>
<type>1</type>
<command>/usr/bin/lynx</command>
<arguments></arguments>
</application>
<application>
<label>Kget</label>
<type>5</type>
<command>/usr/bin/kget</command>
<arguments></arguments>
</application>
</configurations>
label: The name of the application required command: The full path to the executable for the application required arguments: The arguments for the application optional type: The type of application required. The following types are supported:
1. Browsers (fx Mozilla Firefox) 2. Mail clients (fx Mozilla Thunderbird) 3. Media clients (fx Windows Media Player) 4. FTP clients (fx WS_FTP) 5. Download Managers (fx FlashGet) 6. File Explorers (fx Windows Explorer) 7. Editors (fx UltraEdit) 8. View Viewers (fx XnView)
You can use both %ProgramFiles% and %SystemRoot% and %HOMEDRIVE% and %HOMEPATH% in the the command and arguments and they are substitutes with their appropriated values.
lget
- 开发者(英文) (http://www.loconet.ca/?action=firefox)
让你能够直接输入一个URL来用Firefox的下载管理器下载。 其他特性:监视剪贴板 下载历史记录 支持Ctrl+E快速打开
lori(Life-of-request info)
- 开发者(英文) (http://lori.mozdev.org/)
这项扩展可以为Firefox添加如下功能:
- 计算从远程服务器接收到第一个字节时花费多少时间 。(time-to-first-byte (TTFB))
- 计算完全打开该页面花费的时间 。(time-to-completion (TTC)
- 计算页面大小。
- 计算建立该页面使用了多少次请求。
- 将如上信息显示在状态栏上。
Link Toolbar
- 开发者(英文) (http://cdn.mozdev.org/linkToolbar/)
方便地在相关页面间经行转换
Link Visitor
- 开发者(英文) (http://linkvisitor.mozdev.org/)
用上下文菜单(右键菜单)来标记已经访问的和没有访问的链接。
Linkification
- 开发者(英文) (http://www.beggarchooser.com/firefox/)
可以将页面中纯文本形式的链接转换为超链接。
Linky
- 开发者(英文) (http://gemal.dk/mozilla/linky.html)
这个Extension让你在处理链接的时候拥有更大的灵活性,它让你可以打开或下载所有的或选中的链接,它在你的右键菜单中添加了一个"Linky"菜单,其中包括各种可用的功能。
ListZilla
- 英文版 (http://roachfiend.com/archives/2005/03/03/listzilla/)
一个让FF交流爱好者便利的工具,安装此扩展后在工具里选择ListZilla菜单下的extensions\themes就可以将已安装的扩展或主题列表导出。 另一个由Neil Phillip修改的加强版本ListZilla 0.6.9还可以统计您的扩展、主题到del.ici.ous,在导出时显示使用者最多的10个扩展。这一修改版本可以到这里查询:http://listzilla.neilphillips.com/
LiveHTTPHeaders
- 开发者(英文) (http://livehttpheaders.mozdev.org/)
查看HTTP头的开发者工具
Long Titles
- 开发者(英文) (http://home.etu.unige.ch/~robin0/LongTitles_en.html)
完整显示链接的提示
LookAhead
- 开发者(英文) (http://lookahead.mozdev.org/)
在标签页中打开多个google的搜索结果
| Firefox常用扩展中文简介 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 数字 中文 |
![[首页]](/stylesheets/images/wiki.png)