注意:firefox 1.5 不能用,插件需要修改。
以下为引用内容:
Two version for choicePS:
1. download “Compact Menu” for firefox [link]
Customiser for the menubar, which lets you cut the menubar down to the menus you use, and even reduce the space it takes up to a single menu button.
2.to fix tab colour problem,you should install Tabbrower Extension (Latest). goes prerenfeces—Misc—select (use anther appearance for firefox on Mac OS X)
3.to fix find tool(Ctrl+F) button problem,go X:Documents and SettingsYOURNAME(hide folder)Application DataMozillaFirefoxProfilespr8vp1ql.defaultchrome
EDIT userChrome.css
ADD code in it:
#find-closebutton {
-moz-appearance: none;
list-style-image: url(”chrome://global/skin/icons/tabclose-front.png”) !important;
margin-top: -2px !important;
padding: 0px !important;
}
#find-closebutton:hover {
list-style-image: url(”chrome://global/skin/icons/tabclose-front-hover.png”) !important;
}
#find-closebutton:active {
list-style-image: url(”chrome://global/skin/icons/tabclose-front-pressed.png”) !important;
}
.checkbox-icon {
list-style-image: none !important;
}
via juneyong
最大的空间都留给网页内容显示…



Best Firefox extensions Volume II
By Jason Parker and Peter Butler (2/21/06)
Tab Mix Plus
All-In-One Sidebar
Gmail Space
Grocery List Generator
Reveal
Sage
Separe
SiteAdvisor
Adblock
Download Statusbar
Best Firefox extensions Volume I
By Jason Parker (12/8/05)
FlashGot
ForecastFox
Tabbrowser Preferences
IE Tab
SessionSaver
StumbleUpon
FoxyTunes
Duplicate Tab
GooglePreview
Dictionary Tooltip
相关资料:
firefox 台湾 top firefox extensions
此功能相当于firefox 的 IE Tab,可以使你的 Opera 在一个 tab 或者 window 中使用IE核心浏览网页!支持ActiveX and VBScript.
使用方法
1下载插件官方下载 本地下载
2关闭Opera
3安装下载的程序
4在X:Program FilesInternet ExplorerPLUGINS找到npmeadax.dll,再把npmeadax.dll复制到X:Operaprogramplugins
5打开Opera 点击opera:plugins 察看是否已经关联此插件 MeadCo’s Neptune
需要调用IE核心的使用这个按钮View in IE
这样便可以在Opera中调用IE核心浏览
opera网页开发的按钮以及菜单工具。在 opera 中直接点击下面的链接。不想用了,在 preferences - toolbars 选回去即可。
via Web Developer Toolbar & Menu for Opera
可以不要那么多按钮,而只放一个 webdev(全部菜单)
这里面有个功能可以查看指定部分的html代码,但不是很好用。