主力
平时主要用 firefox 和 chrome
firefox
首选 http://download-origin.cdn.mozilla.net/pub/devedition/releases/
选则版本-32或64位-语言 比如
http://download-origin.cdn.mozilla.net/pub/devedition/releases/58.0b1/win64/zh-CN/
下载Firefox Setup 58.0b1.exe后, 修改后缀为zip后解压core文件夹
更多
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
http://download-origin.cdn.mozilla.net/pub/devedition/releases/
http://download-installer.cdn.mozilla.net/pub/firefox/releases/
http://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/
http://ftp.mozilla.org/pub/firefox/nightly/latest-oak-l10n/
http://ftp.mozilla.org/pub/mozilla.org/
Firefox Release/mozilla-release : Firefox 官方正式版
Firefox Beta/mozilla-beta : 在正式发布之前的测试版
Firefox Aurora/mozilla-aurora : 提供给Web/平台开发者和早期采用者的测试版
Firefox Nightly/mozilla-central : 每夜(天)发布,其中包含试验功能
Firefox ESR/mozilla-esr17 : 提供给企业组织的官方桌面正式版
ftp://ftp.mozilla.org/pub/
源码下载
http://dxr.mozilla.org
Firefox 浏览器各版本下载地址大全
http://liulanmi.com/firefox
最新release版
https://www.mozilla.org/zh-CN/firefox/all/
https://www.mozilla.org/zh-CN/firefox/developer/all/
|
chrome
首选 cent browser
之前用的是chrome解压版,后来新版本不让装crx插件。
cent browser能装crx, 还带鼠标手势。
1
2
3
4
5
6
7
8
9
|
下载
https://tools.shuax.com/chrome/
http://bbs.kafan.cn/thread-1419691-1-1.html
chrome第三方改造后的轮子
https://github.com/comeforu2012/truth/wiki/ChromePlus
chrome_installer 7z解压 不带自动更新
ChromeStandaloneSetup 带自动更新
|
缓存目录配置
1
2
3
4
5
6
7
8
9
10
|
在地址栏中输入 about:config
添加配置项
browser.cache.disk.parent_directory=缓存目录
browser.cache.offline.parent_directory=离线缓存目录
browser.cache.disk.enable=true
browser.cache.offline.enable=true
重启浏览器
在地址栏中输入 about:cache
查看配置是否成功
|
第三方
1
2
3
4
5
6
7
8
|
CentBrowser 增强版的chrome
https://www.centbrowser.com/history.html
Iron-Portable版-32位
https://www.srware.net/iron/
https://www.srware.net/downloads/IronPortable.zip
基于 Firefox Quantum 架构
https://github.com/runningcheese/RunningCheese-Firefox/
|
驱动
用于 selenium 测试 或爬虫
Firefox驱动
https://github.com/mozilla/geckodriver/releases
版本适配情况
https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html
Chrome驱动
http://npm.taobao.org/mirrors/chromedriver/2.45/
http://chromedriver.storage.googleapis.com/index.html?path=2.45/
文章作者
duansheli
上次更新
2019-12-25
(325c7b3)