Google Chrome(谷歌浏览器)是由Google开发的一款可让您更快速、轻松且安全地使用网络的浏览器,它的设计超级简洁,使用起来更加方便.今天大版本更新,稍后我们将提供新特性报告:
Google Chrome的特点是简洁、快速.Google
Chrome支持多标签浏览,每个标签页面都在独立的“沙箱”内运行,在提高安全性的同时,一个标签页面的崩溃也不会导致其他标签页面被关闭.此
外,Google Chrome基于更强大的JavaScript V8引擎,这是当前Web浏览器所无法实现的.
下载: Google Chrome 2.0.156.1
Build
156.1 has all of the code changes from the main line of the source code
since 154.0 was branched in October (revisions 2745 - 7599). There are
too many changes to enumerate specific bug fixes. These notes cover the
major changes:
- New
version of WebKit. WebKit is the open source code Google Chrome uses to
render web pages (HTML and CSS). 1.0.154.36 used basically the same
version of WebKit as Safari 3.1, but the WebKit team has made a lot of
improvements since that was released. 156.1 uses WebKit version 528.8
or, more precisely, revision 39410 from the WebKit source tree. In
addition to fixing bugs and enabling features like full-page zoom and
autoscroll, the new version also enables some nifty CSS features:
- Form
Autocomplete. Google Chrome remembers what you've typed into fields on
web pages. If you type in the same form again, it will show any
previous values that match what you've typed so far. You can disable
Form autocomplete on the Minor Tweaks tab of the Options dialog.
(Note: this is like the basic form autocomplete available in Firefox
or Internet Explorer. It is not the same as the form fill feature in
Google Toolbar.)
- Full-page
zoom. Previously, page zoom (Ctrl++ or Ctrl+-) increased or decreased
only the text on a page. Zoom now scales everything on the page
together, so pages look correct at different zoom levels.
- Spell-checking
improvements. You can now enable or disable spell checking in a text
field by right-clicking in the field. You can also change the
spell-checking language by right clicking. To enable spell-checking in
a language, add it to the list of 'languages you use to read web sites'
in the Fonts and Languages dialog ([Wrench] > Options > Minor
Tweaks > Fonts and Languages). Note that Google Chrome doesn't have
spell-checking dictionaries for every language you can add to this list.
- Autoscroll.
Many users have asked for this and (thanks to our WebKit update), we
now offer autoscrolling. Middle-click (click the mousewheel on most
mice) on a page to turn on autoscroll, then move the mouse to scroll
the page in any direction.
- Docking
dragged tabs. When you drag a tab to certain positions on the monitor,
a docking icon will appear. Release the mouse over the docking icon to
have the tab snap to the docking position instead of being dropped at
the same size as the original window. Docking positions are:
- Monitor top: make the dropped tab maximized.
- Monitor left/right: make the dropped tab full-height and half-width, aligned with the monitor edge.
- Monitor bottom: make the dropped tab full-width and half-height, aligned with the bottom of the monitor.
- Browser-window left/right: fit the browser window and the dropped tab side-by-side across the screen.
- Browser-window bottom: fit the browser window and the dropped tab top-to-bottom across the screen.
- Import
bookmarks from Google Bookmarks. The [Wrench menu] > Import
bookmarks & settings... option now has a Google Toolbar option to
import Google Bookmarks. The bookmarks get imported into your Other
bookmarks folder. The bookmarks are not kept in sync; the import
process simply reads in the current set of online bookmarks.
- New SafeBrowsing implementation. SafeBrowsing is now faster, more reliable, and uses the disk less often.
- Use
different browser profiles. You can start a new browser window that
uses a different profile (different bookmarks, history, cookies, etc.).
Use [Wrench menu] > New window in profile. When you create a new
profile, you can name it and add a shortcut to your Desktop.
- Update the V8 Javascript engine to version 0.4.6.0 (from 0.3.9.3).
- New
network code. Google Chrome now has its own implementation of the HTTP
network protocol (we were using the WinHTTP library on Windows, but
need common code for Mac and Linux). We fixed a few bugs in HTTP
authentication and made Google Chrome more compatible with servers that
reply with invalid HTTP responses. We need feedback on anything that's
currently broken, particularly with proxy servers, secure (https)
sites, and sites that require log in.
- New window frames on Windows XP and Vista, supporting windows cascading and tiling, and other window-management add-in programs.
- Experimental user script support (similar to Greasemonkey). You can add a --enable-user-scripts flag to your Google Chrome shortcut to enable user scripts. See the developer documentation for details.
- A
new HTTPS-only browsing mode. Add --force-https to your Google Chrome
shortcut, and it will only load HTTPS sites. Sites with SSL certificate
errors will not load.