首页 | 最近更改 | 编辑本页 | 较早版本

可打印版 | 免责声明

Not logged in
登录 | 帮助
 

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

调控正在浏览页面的语言

LastTab

使用 Ctrl+Tab 和 Ctrl+Shift+Tab 来切换最近浏览的标签页。同时此扩展也附带实现关闭标签后自动转到最近浏览的标签上。

Launchy

让你自定义右键,可以选择使用任意外部程序打开选定的链接。

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

让你能够直接输入一个URL来用Firefox的下载管理器下载。 其他特性:监视剪贴板 下载历史记录 支持Ctrl+E快速打开

lori(Life-of-request info)

这项扩展可以为Firefox添加如下功能:

img_003.jpg

Link Toolbar

方便地在相关页面间经行转换

Link Visitor

用上下文菜单(右键菜单)来标记已经访问的和没有访问的链接。

Linkification

可以将页面中纯文本形式的链接转换为超链接。

Linky

这个Extension让你在处理链接的时候拥有更大的灵活性,它让你可以打开或下载所有的或选中的链接,它在你的右键菜单中添加了一个"Linky"菜单,其中包括各种可用的功能。

ListZilla

一个让FF交流爱好者便利的工具,安装此扩展后在工具里选择ListZilla菜单下的extensions\themes就可以将已安装的扩展或主题列表导出。 另一个由Neil Phillip修改的加强版本ListZilla 0.6.9还可以统计您的扩展、主题到del.ici.ous,在导出时显示使用者最多的10个扩展。这一修改版本可以到这里查询:http://listzilla.neilphillips.com/

LiveHTTPHeaders

查看HTTP头的开发者工具

Long Titles

完整显示链接的提示

LookAhead

在标签页中打开多个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 数字 中文

取自"http://wiki.mozcn.org/index.php/Firefox:Extension_L"

本页面已经被浏览11089次。 最后更改05:59 2005年12月3日. 本站内容在创作共用署名-非商业用途-保持一致条款下发布。


[首页]
首页
最近更改
随机页面
新闻动态

编辑本页
讨论本页
较早版本
链入页面
链出更改

特殊页面
错误报告