Firefox浏览器:修订间差异
Dbzhang800(留言 | 贡献) |
Yexiaoxing(留言 | 贡献) 小 已恢复219.142.248.33(对话)的编辑至175.150.85.13的最后一个修订版本 |
||
(未显示25个用户的81个中间版本) | |||
第1行: | 第1行: | ||
{{Firefox浏览器}} | |||
Firefox是Ubuntu默认的web浏览器,具有丰富的扩展能力。 | |||
== | ==Firefox扩展 == | ||
见[[Firefox常用扩展插件]] | |||
==Firefox4.x== | |||
ubuntu10.10中安装成功 | |||
在mozilla官网下的firefox 4 linux正式版,在ubuntu中解压双击firefox 这个文件就能运行, | |||
1.下载Firefox 4.0 | |||
下载地址: | |||
http://download.firefox.com.cn/releases/firefox/4.0/zh-CN/Firefox-latest.tar.bz2 | |||
2.解压 | |||
在终端下,进入下载目录,输入解压命令: | |||
tar xjf firefox-latest.tar.bz2 | |||
3.移到Firefox目录到/opt | |||
在移动之前,如果曾经安装过其它版本的Firefox,可以将其删除掉: | |||
sudo rm -r /opt/firefox | |||
然后,将最新版的Firefox移动到/opt目录中: | |||
sudo mv firefox /opt/ | |||
4.链接设置 | |||
备份系统中已存在的Firefox执行文件: | |||
sudo mv /usr/bin/firefox /usr/bin/firefox-old | |||
创建新版链接: | |||
sudo ln -s /opt/firefox/firef ox /usr/bin/firefox | |||
现在你就可以直接点击菜单里面的Firefox 网络浏览器,运行Firefox 4 了。 | |||
---------------------------------------------------------------------------------------------------------------- | |||
==通过ppa安装firefox4.x== | |||
1.添加ppa | |||
到以下地址选择你所用的ubuntu版本. | |||
https://launchpad.net/~mozillateam/+archive/firefox-stable (稳定版) | |||
Ubuntu 9.10 (Karmic Koala) | |||
Ubuntu 10.04.1 LTS (Lucid Lynx) | |||
以此类推......... | |||
2. 添加后刷新源。方可在终端安装或新立得安装。(目前最新版本是 firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1~mfs~lucid1 ) | |||
=== | ==Firefox3.x== | ||
<!-- | |||
===安装=== | |||
Ubuntu默认自带,不需要安装。 | |||
<pre>sudo apt-get install firefox</pre> | |||
--> | |||
:插件路径 | |||
<pre>/usr/lib/mozilla/plugins</pre> | |||
<pre>~/.mozilla/plugins </pre> | |||
:查看当前启用的插件 | |||
<pre>about:plugins</pre> | |||
== | ==Firefox4== | ||
Firefox4的daily版本,不稳定,适合尝鲜用户。 | |||
<pre>sudo add-apt-repository ppa:mozillateam/firefox-stable | |||
sudo apt-get update | |||
sudo apt-get upgrade | |||
</pre> | |||
==外观设置== | |||
=== 部分中文字很小而且难看? === | |||
#菜单--编辑--首选项--内容--字体&颜色--高级 | |||
#语言编码选择简体中文 | |||
#最小字体设置成12 | |||
=== 标签框太长了。。。怎么改短一点 === | |||
#preferences of tabbrowser extensions---appearance | |||
#tab中选择fix toxx pixels | |||
#xx设置成适合的数 | |||
==Flash乱码== | |||
{{main|Flash}} | |||
== 自定义firefox的临时文件存放地址 == | |||
#在firefox地址栏输入'''about:config''' | |||
#右键新建一个字符串 名为browser.cache.disk.parent_directory | |||
#替换为需要的路径 | |||
== | ==Firefox标准版改为“中国版” == | ||
ubuntu默认的是“标准版”,“中国版”官方有一个下载地址,可是安装对于新手有一定困难。对于linux用户,“中国版”就是插件的不同。最受欢迎的是“火狐魔镜”。 | |||
现在有了插件提取地址: | |||
http://g-fox.cn/chinaedition/addons/livemargins/livemargins-3.0.5.xpi | |||
大家可以无需改动用上魔镜。 | |||
当然,也有完全使用“中国版”的方法。 | |||
先下载linux“中国版”,是一个tar.bz2包。不区分64位与32位,在两种环境下均可运行。 | |||
解压此包,运行firefox即可。但是,此时功能不完全,有些插件支持找不到,比如flash。 | |||
首先安装标准firefox,命令: | |||
sudo apt-get install firefox | |||
下载“火狐中国版”,进行解压。得到firefox文件夹,其中有个extensions的文件夹,里面放着中文版的相关插件。 | |||
打开~/.mozilla/firefox/XXXX.default/extensions | |||
把多出来的插件复制进去就可以了。 | |||
其它位置有: | |||
sudo dolphin /usr/lib/firefox-3.6.13/ | |||
当然,版本号可能有所变化。 | |||
然后,把中国版中,extensions 中比标准版多的东西都复制过去。其它位置,也有些多出来的文件,也可复制一下。 | |||
重启firefox,好了完整的中国版。 | |||
flash插件安装,请参考[[flash]] | |||
[[Category:网页浏览]] | |||
2013年3月23日 (六) 16:39的最新版本
主条目 | 常用扩展插件 | 配置文件 | Swiftfox浏览器 |
Firefox是Ubuntu默认的web浏览器,具有丰富的扩展能力。
Firefox扩展
Firefox4.x
ubuntu10.10中安装成功 在mozilla官网下的firefox 4 linux正式版,在ubuntu中解压双击firefox 这个文件就能运行, 1.下载Firefox 4.0 下载地址: http://download.firefox.com.cn/releases/firefox/4.0/zh-CN/Firefox-latest.tar.bz2 2.解压
在终端下,进入下载目录,输入解压命令: tar xjf firefox-latest.tar.bz2
3.移到Firefox目录到/opt
在移动之前,如果曾经安装过其它版本的Firefox,可以将其删除掉: sudo rm -r /opt/firefox 然后,将最新版的Firefox移动到/opt目录中: sudo mv firefox /opt/
4.链接设置
备份系统中已存在的Firefox执行文件: sudo mv /usr/bin/firefox /usr/bin/firefox-old 创建新版链接: sudo ln -s /opt/firefox/firef ox /usr/bin/firefox
现在你就可以直接点击菜单里面的Firefox 网络浏览器,运行Firefox 4 了。
通过ppa安装firefox4.x
1.添加ppa
到以下地址选择你所用的ubuntu版本. https://launchpad.net/~mozillateam/+archive/firefox-stable (稳定版)
Ubuntu 9.10 (Karmic Koala) Ubuntu 10.04.1 LTS (Lucid Lynx) 以此类推.........
2. 添加后刷新源。方可在终端安装或新立得安装。(目前最新版本是 firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1~mfs~lucid1 )
Firefox3.x
- 插件路径
/usr/lib/mozilla/plugins
~/.mozilla/plugins
- 查看当前启用的插件
about:plugins
Firefox4
Firefox4的daily版本,不稳定,适合尝鲜用户。
sudo add-apt-repository ppa:mozillateam/firefox-stable sudo apt-get update sudo apt-get upgrade
外观设置
部分中文字很小而且难看?
- 菜单--编辑--首选项--内容--字体&颜色--高级
- 语言编码选择简体中文
- 最小字体设置成12
标签框太长了。。。怎么改短一点
- preferences of tabbrowser extensions---appearance
- tab中选择fix toxx pixels
- xx设置成适合的数
Flash乱码
|{{#if:|、|和}}[[{{{2}}}{{#if:||{{{l2}}}}}]]{{#if: |{{#if:|、|和}}[[{{{3}}}{{#if:||{{{l3}}}}}]]{{#if: |{{#if:|、|和}}[[{{{4}}}{{#if:||{{{l4}}}}}]]{{#if: |{{#if:|、|和}}[[{{{5}}}{{#if:||{{{l5}}}}}]]{{#if: |{{#if:|、|和}}[[{{{6}}}{{#if:||{{{l6}}}}}]]{{#if: |{{#if:|、|和}}[[{{{7}}}{{#if:||{{{l7}}}}}]]{{#if: |{{#if:|、|和}}[[{{{8}}}{{#if:||{{{l8}}}}}]]{{#if: |{{#if:|、|和}}[[{{{9}}}{{#if:||{{{l9}}}}}]]{{#if:
|和[[{{{10}}}{{#if:||{{{l10}}}}}]]}}}}}}}}}}}}}}}}}}{{#if:|(在模板{{main{{#if:||{{{2}}}}}}}中使用了太多的参数)}}
自定义firefox的临时文件存放地址
- 在firefox地址栏输入about:config
- 右键新建一个字符串 名为browser.cache.disk.parent_directory
- 替换为需要的路径
Firefox标准版改为“中国版”
ubuntu默认的是“标准版”,“中国版”官方有一个下载地址,可是安装对于新手有一定困难。对于linux用户,“中国版”就是插件的不同。最受欢迎的是“火狐魔镜”。
现在有了插件提取地址:
http://g-fox.cn/chinaedition/addons/livemargins/livemargins-3.0.5.xpi
大家可以无需改动用上魔镜。
当然,也有完全使用“中国版”的方法。 先下载linux“中国版”,是一个tar.bz2包。不区分64位与32位,在两种环境下均可运行。 解压此包,运行firefox即可。但是,此时功能不完全,有些插件支持找不到,比如flash。
首先安装标准firefox,命令:
sudo apt-get install firefox
下载“火狐中国版”,进行解压。得到firefox文件夹,其中有个extensions的文件夹,里面放着中文版的相关插件。
打开~/.mozilla/firefox/XXXX.default/extensions
把多出来的插件复制进去就可以了。
其它位置有: sudo dolphin /usr/lib/firefox-3.6.13/
当然,版本号可能有所变化。 然后,把中国版中,extensions 中比标准版多的东西都复制过去。其它位置,也有些多出来的文件,也可复制一下。 重启firefox,好了完整的中国版。
flash插件安装,请参考flash