Chromium瀏覽器官方版是一個(gè)由 Google主導(dǎo)開發(fā)的網(wǎng)頁瀏覽器,Chromium瀏覽器官方版是Google為發(fā)展Google chrome而開啟的計(jì)劃,所以Chromium瀏覽器相當(dāng)于Chrome的工程版或稱實(shí)驗(yàn)版,新功能會(huì)率先在Chromium上實(shí)現(xiàn),待驗(yàn)證后才會(huì)應(yīng)用在Chrome上 。
Chromium瀏覽器
相關(guān)軟件
相關(guān)軟件 | 版本說明 | 下載地址 |
---|---|---|
谷歌瀏覽器 | 官方最新版 | 查看 |
2345加速瀏覽器 | v9.2.1.17116 | 查看 |
Firefox(火狐瀏覽器) | 官方中文版 | 查看 |
搜狗高速瀏覽器 | 免費(fèi)版 | 查看 |
更新日志
對(duì)部分功能進(jìn)行了優(yōu)化
版本說明
下載之家此次為大家提供下載的是Chromium瀏覽器 v78.0.3886.0 開發(fā)者內(nèi)部版本,該版本無需安裝,可直接下載體驗(yàn)。Chromium 的誕生離不開 Chromium 開放源代碼項(xiàng)目以及其他開放源代碼軟件。
需要重視的是,目前在國內(nèi)使用Chromium瀏覽器存在防火墻限制問題。
功能介紹
1、Chromium瀏覽器使用了額外的Loader使配置文件與程序文件存放于同一個(gè)文件夾,適合U盤攜帶,或者經(jīng)常重裝的人群。
2、能通過“設(shè)置默認(rèn)瀏覽器。EXE”將瀏覽器設(shè)置為默認(rèn)瀏覽器。并且設(shè)置之后在任何地方調(diào)用瀏覽器都不會(huì)出現(xiàn)丟失設(shè)置的情況。并且能創(chuàng)建桌面以及程序菜單快捷方式。不過設(shè)置默認(rèn)瀏覽器之后,程序所在文件夾不能改名或者刪除;
3、優(yōu)化了瀏覽器配置。附加了一些常用的瀏覽器插件。其中有一些插件默認(rèn)是停用的,如果需要的話,隨時(shí)啟用即可。
4、能通過一個(gè)批處理文件“清除所有個(gè)人信息與自定義設(shè)置。bat”快速的將所有此瀏覽器的瀏覽記錄以及個(gè)人信息刪除。以便重新定制并分發(fā)給其他用戶。
5、Loader使用C語言編寫。盡量減少垃圾文件產(chǎn)生以及資源占用。
安裝步驟
一、直接在本站下載最新版的Chromium瀏覽器軟件包,在文件夾【chrome-win】中雙擊打開chrome.exe文件。
二、啟用后,可將Chromium瀏覽器設(shè)為默認(rèn)瀏覽器。
使用技巧
(1)收藏當(dāng)前網(wǎng)址為標(biāo)簽頁
打開谷歌瀏覽器,左上角位置,如圖,五角星是快速收藏當(dāng)前網(wǎng)址按鈕,點(diǎn)擊會(huì)提示“已添加收藏夾”,文件夾可以調(diào)整收藏的書簽位置,點(diǎn)擊完成即可。
(2)為Chromium瀏覽器創(chuàng)建桌面快捷方式
打開下載好的軟件包,在【chrome-win】文件夾中選中chrome.exe文件,單擊鼠標(biāo)右鍵選擇【發(fā)送到桌面快捷方式】即可。如圖所示:
FAQ
Q: chrome應(yīng)用可以分為哪些類型?
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: 如何編譯chromium?
A: 最新的chromium已經(jīng)不再支持單獨(dú)的vs編譯方式,需要用nanja或者nanja+vs的方式來編譯。
軟件特別說明
解壓密碼:lvbaishun.com.cn