Firefox (32-bit)

最新版本 Firefox 56.0 (32-bit)

Firefox 56.0 (32-bit)

Firefox 56.0 (32-bit)
Mozilla Firefox 是一個快速,功能全面的免費網頁瀏覽器。 Firefox 包括彈出式窗口攔截,標籤瀏覽,集成的 Google,雅虎和必應搜索,簡化的隱私控制,簡化的瀏覽器窗口,向您顯示比其他任何瀏覽器更多的頁面,以及一些與您一起工作的附加功能你在網上獲得最多的時間。點擊免費下載按鈕,您可以從我們的網站下載 PC 脫機安裝程序的 Firefox。

查看新的 Firefox,這是 Firefox Quantum 的幾個版本中的第一個,讓您能夠比以往更快地獲得所需的東西和所需的東西,並具有全新的外觀.



Firefox Quantum 功能:

2x Faster
Crazy 功能強大的瀏覽器引擎?檢查。等待頁面加載的時間更少?另外,檢查。獲取最好的火狐瀏覽器.

30%比 Chrome
輕內存使用意味著更多的空間讓您的電腦保持平穩運行。您的其他程序將感謝您.

光滑瀏覽
無論您打開 10 或 1000,使用 Firefox 新的響應式引擎,標籤之間的切換速度比以往更快.

私人瀏覽
Firefox 在您瀏覽時屏蔽在線追踪器,並且在您“記住”之後不會記住您的歷史記錄; 重做.

跟踪保護
有些廣告隱藏跟踪器,跟踪你在線。無禮。我們知道。這就是為什麼我們強大的工具能夠阻止他們受到冷落.

Faster Page Loading
通過阻止一些阻礙瀏覽的廣告和腳本,網頁加載速度提高了 44%。現在,這是一個雙贏.

Screenshots
簡單的截圖。直接從 Firefox 分享。這意味著不再需要在計算機上搜索神秘的文件名.

Pocket
在工具欄中建立起來,它是最終的“稍後保存”功能。通過任何設備查看您的文章,視頻和網頁.

遊戲& VR
為下一代遊戲設計,Firefox 內置了對 WASM 和 WebVR 的支持。無需額外安裝!

Library
節省時間!查找所有您喜愛的內容,如口袋保存,書籤,瀏覽歷史記錄,截圖和下載在一個點.

Extensions
自定義火狐數以千計的擴展,如 LastPass,uBlock 起源,Evernote 和更多.

Themes
通過 Firefox 來適應你的心情!從我們的主題類別中選擇一個新的外觀或創建自己的.

Toolbar
設置 Firefox 的方式。將功能拖入和拖出工具欄以方便訪問.

同步您的設備
無縫訪問密碼,書籤和更多。此外,使用我們的“發送標籤”功能,可以在桌面,移動設備和平板電腦之間即時共享打開的標籤.

注意:通過 Firefox ESR(Extenderd 支持版本),對 Windows XP 和 Windows Vista 的 Firefox 支持仍然可用。下載適用於 Windows XP 或 Vista 的 Firefox.

也提供:下載適用於 Mac

的 Firefox

ScreenShot

軟體資訊
檔案版本 Firefox 56.0 (32-bit)

檔案名稱 Firefox Setup 56.0.exe
檔案大小 34.1 MB
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Mozilla Organization
官網 https://www.mozilla.org/en-US/firefox/new/
更新日期 2017-09-28
更新日誌

What's new in this version:

- Fix up target=_blank links in RDM
- Add extra space around forms to ensure invalid fields are displayed properly
- Remove redundant LegacyExtensionUtils shutdown blocker. The base Extension class now handles adding shutdown blockers and waiting for extension startup before beginning shutdown, so the redundant logic only causes problems.
- Add REX.R mov to the disassembler. To mitigate risk for beta uplift, the logic here is limited to what we need for QueryDosDeviceW on Win7x64. A better long-term fix would be to combine this with the more general mov logic in the REX.W section
- Hook QueryDosDeviceW() in GMP process so it works inside the sandbox. We hook in kernelbase.dll rather than kernel32.dll, as hooking QueryDosDeviceW kernel32.dll is failing on our Win8 tests, it seems because QueryDosDeviceW in kernel32.dll redirects to kernelbase32.dll, and the redirect has insufficient space for our hook in Win8. So hook in kernelbase.dll, where the redirect redirects to instead
- Rename android-api-15 into android-api-16
- Hardcode "proxy" permission string for beta uplift
- Add telemetry probes to measure use of session restore button in tab bar
- Ensure we use the right root element in editor
- Debugger creates an unnecessary breakpoint on reload
- Changes to move to 100% multi on Release 55
- Should not use SOCIAL_ENGINEERING threat type on non-official builds
- Use the correct pref to gate the Application Reputation lists
- Typo preventing locale distribution engines from loading
- Add a new param "buttonAutoFocus" for appUpdater object to focus the button automatically because we need auto focus in about dialog but do not need it in preferences page
- Update MAR to sha384 past 56.0b4 in update-packaging Makefile
- There are some paths to find out if dwrite is enabled, which inits gfxPlatform, which requires information from PopulateScreenInfo, which depends on the refresh driver existing. At this time however, we haven't initialized our vsync source so we crash. This moves vsync initialization earlier in the gfx pipeline
- Handle case where chromeWin.getBrowser() doesn't exist
- Don't rely on gBrowser in nsLoginManagerPrompter. In bug 1266836 we fixed this code to properly work in e10s, but made the mistake of using gBrowser in toolkit code, breaking XUL apps that don't have a gBrowser. This solution implements a different code-path for non-e10s and returns a chrome window for consumers that don't offer a browser
- part2: HTMLEditRules::SplitParagraph() should insert normal
element rather than moz-
element if split element and/or new element is empty. Currently, HTMLEditRules::SplitParagraph() inserts moz-
element when split element and/or new element causes empty line. However, PlaintextSerializer ignores moz-
elements. Therefore, empty lines which are created by SplitParagraph() will be removed when it's converted to plaintext. So, it should insert normal
element for placeholder of empty lines instead. Note that moz-
elements are appeared as normal
elements in the result of Element.innerHTML. Additionally, Chromium always inserts a
element for empty block elements which are created by Enter key press. Therefore, using normal
element in this case shouldn't cause any compatibility problems
- Back out removal of MOZ_PRETTY to build Thunderbird 56 beta
- Backed out changesets 84f048b7dca0 and c261040950bf (bug 1389300) for Stylo svg-as-image reftest failures
- Backed out changeset 554f6e2674fe (bug 1388319)
- Mark ServoStyleSet dirty in its Init
- Remove hide event target flag from accessible when event is dropped
- Don't mix style backend types in nsComputedDOMStyle
- Inherit style backend into NS_NewDOMDocument
- There are some paths to find out if dwrite is enabled, which inits gfxPlatform, which requires information from PopulateScreenInfo, which depends on the refresh driver existing. At this time however, we haven't initialized our vsync source so we crash. This moves vsync initialization earlier in the gfx pipeline.
- Fix xml parsing error
- Preserve array in aria owns hash
- Replace NS_ConvertASCIItoUTF16 by NS_ConvertUTF8toUTF16

Firefox 56.0 (32-bit) 相關參考資料
Download Mozilla Firefox 56.0.2 Final

Mozilla Firefox 56.0.2 Final ; Author: Mozilla ; Date: 10/25/2017 05:46 AM ; Size: 34.1 MB+ ; License: Open Source ; Requires: Win 10 / 8 / 7 / Vista

https://m.majorgeeks.com

Downloading Firefox 56.0.2 (32-bit) from FileHorse.com

Mozilla Firefox is a fast, full-featured Free Web Browser. The app includes pop-up blocking, tab-browsing, integrated Google, Yahoo, and Bing search, ...

https://www.filehorse.com

Firefox 56.0 System Requirements

Pentium 4 or newer processor that supports SSE2 · 512MB of RAM / 2G of RAM for the 64-bit version · 200MB of hard drive space ...

https://www.mozilla.org

Firefox 56.0 版本資訊

2017年9月28日 — Firefox 56.0 版本資訊. 2017 年9 月28 日 v56.0 ... 歡迎到Mozilla Discourse 上的Firefox ... 重新安裝32 位元版本的Firefox 可以解決這個問題。

https://moztw.org

Firefox 56.0, See All New Features, Updates and Fixes

2017年9月28日 — To fix this crash, please re-install 32-bit Firefox. (bug 1369361). Users running Firefox for Windows over a Remote Desktop Connection (RDP) ...

https://www.mozilla.org

Firefox 56.0.1 System Requirements

Pentium 4 or newer processor that supports SSE2 · 512MB of RAM / 2G of RAM for the 64-bit version · 200MB of hard drive space ...

https://www.mozilla.org

Firefox 56.0.1 版本資訊

2017年10月10日 — 變更 建議64 位元Windows 平台的32 位元Firefox 使用者轉移至64 位元版本,以獲得更佳穩定性和安全性。 已知問題.

https://moztw.org

Firefox Browser 125.0.3 繁體中文版for Windows 32-bit

Firefox 瀏覽器for iOS 與Android 有跟桌面版一樣的強大隱私權保護設定,不讓追蹤器在網路上追蹤您的行為。 Firefox 有下列功能: 搜尋更聰明、更快. 從網址列進行搜尋 ...

https://www.softking.com.tw

Firefox for Windows 64 位元版

若您使用的是Firefox 56.0.1 或更新版本且看到「(32 位元)」,代表電腦可能不符合64 位元版本的最低記憶體需求(至少3GB)。您想要的話還是可以手動安裝64 位元版本 ...

https://www.mozilla.org

Type

Index of /pub/firefox/releases/56.0/. Type, Name, Size, Last Modified. Dir .. Dir, linux-i686/. Dir, linux-x86_64-EME-free/. Dir, linux-x86_64/. Dir, mac-EME- ...

https://ftp.mozilla.org