Chromium瀏覽器-Chromium瀏覽器 v61.0.3124.0免費下載2018最新版

Chromium瀏覽器是一款由谷歌公司開發的一款高性能且功能齊全的瀏覽器,谷歌作為縱橫戰場那麼久的老牌瀏覽器,其特性相信很多用戶都瞭解。瀏覽器中資料非常的齊全。

Chromium瀏覽器特色:

1. 設計思想基於簡單、高速、穩定、安全等理念;

2. 在架構上使用瞭WebKit排版引擎、Safari的部份源代碼與Firefox的成果;

3. 采用Google獨傢開發出的V8引擎以提升解譯JavaScript的效率;

4. 設計瞭“沙盒”、“黑名單”、“無痕瀏覽”等功能來實現穩定與安全的網頁瀏覽環境。

Chromium瀏覽器介紹:

1.Chrome瀏覽器基於開源的Webkit,其中包含谷歌Gears。

2.Chrome提供瞭瀏覽器擴展框架,可以制作與Adobe-AIR類似的混合應用。

3.包含V8 Javascript虛擬機,這個多線程的虛擬機可以加速Javascript的執行。

4.具備隱私模式,可以讓用戶無需在本地機器上登錄即可使用,這個功能與微軟IE8中的Incognito類似。

Chromium瀏覽器使用:

一、上網

1.登錄Google App Engine,如果還沒有帳號,點擊註冊來申請一個帳號;

2.點擊Create Application來創建新的應用;

4.輸入一個應用名,點擊Check Availability,檢測可用後,點擊Create Application來創建應用;

6.到goagent主頁下載其最新版本

7.下載文件解壓後,使用文本編輯器打開goagent/local/proxy.ini,修改第8行的appid =為剛申請的應用名;

8.運行goagent/server/uploader.bat文件,根據提示輸入appid以及Gmail的郵箱,密碼等來進行上傳。

9.上傳完成的話,Google App Engine裡面的應用列表中,Current Version將不再是None Deployed狀態;

10.運行goagent/local/goagent.exe程序

11.運行Chrome,進行Proxy SwitchySharp插件的安裝

12.在SwitchySharp選項中,選擇導入導出分頁卡

13.在SwitchSharp選項中,選擇切換規則選項卡,點擊立即更新列表來獲得最新的自動規則列表;

14.確認SwitchySharp中設置為自動切換模式,確認goagent客戶端已運行,輸入熱門的地址,去看看外邊的世界吧。

二、收藏夾:

打開谷歌瀏覽器,左上角位置,如圖,五角星是快速收藏當前網址按鈕,點擊會提示“已添加收藏夾”,文件夾可以調整收藏的書簽位置,點擊完成即可。

Chromium瀏覽器常見問題:

Q: 如何替換chromium瀏覽器中的圖標?

A: 替換srcchromepp hemechromium下面相關的圖片;

Q: chrome應用可以分為哪些類型?

A:

case Manifest::TYPE_EXTENSION:

case Manifest::TYPE_THEME:

case Manifest::TYPE_USER_SCRIPT:

case Manifest::TYPE_HOSTED_APP:

case Manifest::TYPE_LEGACY_PACKAGED_APP:

case Manifest::TYPE_PLATFORM_APP:

case Manifest::TYPE_SHARED_MODULE:

Q: extension是可以通過哪些方式來加載?

A:

// What an extension was loaded from.

// NOTE: These values are stored as integers in the preferences and used

// in histograms so don’t remove or reorder existing items. Just append

// to the end.

enum Location {

INVALID_LOCATION,

INTERNAL, // A crx file from the internal Extensions directory.

EXTERNAL_PREF, // A crx file from an external directory (via prefs).

EXTERNAL_REGISTRY, // A crx file from an external directory (via eg the

// registry on Windows).

UNPACKED, // From loading an unpacked extension from the

// extensions settings page.

COMPONENT, // An integral component of Chrome itself, which

// happens to be implemented as an extension. We don’t

// show these in the management UI.

EXTERNAL_PREF_DOWNLOAD, // A crx file from an external directory (via

// prefs), installed from an update URL.

EXTERNAL_POLICY_DOWNLOAD, // A crx file from an external directory (via

// admin policies), installed from an update URL.

COMMAND_LINE, // –load-extension.

EXTERNAL_POLICY, // A crx file from an external directory (via admin

// policies), cached locally and installed from the

// cache.

EXTERNAL_COMPONENT, // Similar to COMPONENT in that it’s considered an

// internal implementation detail of chrome, but

// installed from an update URL like the *DOWNLOAD ones.

NUM_LOCATIONS

};

An extension that’s installed automatically is known as an external extension. Google Chrome supports two ways of installing external extensions:

Using a preferences JSON file (Mac OS X and Linux only)

Using the Windows registry (Windows only)src/chrome/common/extensions/docs/templates/articles/external_extensions.html

Q: 以什麼理由來通知系統我們需要通過本地安裝呢?

A:

enum OffStoreInstallAllowReason {

OffStoreInstallDisallowed,

OffStoreInstallAllowedFromSettingsPage,

OffStoreInstallAllowedBecausePref,

OffStoreInstallAllowedInTest,

NumOffStoreInstallAllowReasons

};

擴展默認安裝示例

A: srcchromerowserextensionspimanagementmanagement_apitest.cc:102行

Q: 如何編譯chromium?

A: 最新的chromium(2014-03-18)已經不再支持單獨的vs編譯方式,需要用nanja或者nanja+vs的方式來編譯,具體參考這裡。

Chromium瀏覽器版本歷史:

Chromium 1.0發佈,版本號:1.0.154.53 ?時間:2008年12月11日

Chromium 2.0發佈,版本號:2.0.169.0 ?時間:2009年1月9日

Chromium 3.0發佈,版本號:3.0.182.2 時間:2009年5月28日

Chromium 4.0發佈,版本號:4.0.212.0 時間:2009年9月22日

Chromium 5.0發佈,版本號:5.0.306.0 時間: 2010年1月26日

Chromium 6.0發佈,版本號:6.0.397.0 時間:2010年5月6日

Chromium 7.0發佈,版本號:7.0.497.0 時間:2010年8月17日

Chromium 8.0發佈,版本號:8.0.549.0 時間:2010年10月7日

Chromium 9.0發佈,版本號:9.0.562.0 時間:2010年10月23日

Chromium 10.0發佈,版本號:10.0.601.0 時間:2010年12月3日

Chromium 11.0發佈,版本號:11.0.653.0 時間:2011年1月29日

Chromium 12.0發佈,版本號:12.0.700.0 時間:2011年3月11日

Chromium 13.0發佈,版本號:13.0.748.0 時間:2011年5月26日

Chromium 14.0發佈,版本號:14.0.783.0 時間:2011年6月2日

Chromium 15.0發佈,版本號:15.0.837.0 時間:2011年7月28日

Chromium 16.0發佈,版本號:16.0.877.0 時間:2011年9月10日

Chromium 17.0發佈,版本號:17.0.924.0 時間:2011年11月2日

Chromium 18.0發佈,版本號:18.0.964.0 時間:2011年12月7日

Chromium 21.0發佈,版本號: 21.0.1142.0 時間:2012年5月21日

Chromium 22.0發佈,版本號:22.0.1187.0 時間:2012年6月28日

Chromium 23.0發佈,版本號:23.0.1247.0 時間:2012年8月28日

Chromium 25.0發佈,版本號:25.0.1369.0 時間:2012年12月24日