Chrome

Much like Windows users can restore their OS to a previous time, the Google Chrome browser is soon to come with a similar feature. Today, Google has added the feature to its Chromium build. It is likely to find its way into the Canary an...
Much like Windows users can restore their OS to a previous time, the Google Chrome browser is soon to come with a similar feature. Today, Google has added the feature to its Chromium build. It is likely to find its way into the Canary and Dev builds of the browser as well as its upcoming [...]
about 1 hour ago
The Chrome team is happy to announce the promotion of Chrome 29 to the the Dev channel. Chrome 29.0.1516.3 is now available for Chrome Frame, Linux, and Windows (but not Windows 8). This build has a large number of bug fixes and other ne...
The Chrome team is happy to announce the promotion of Chrome 29 to the the Dev channel. Chrome 29.0.1516.3 is now available for Chrome Frame, Linux, and Windows (but not Windows 8). This build has a large number of bug fixes and other new items. Full details about what changes are in this build are available in the SVN revision log. Known Issue: Google Maps Preview - Globe displays black - crbug.com/243896 Interested in switching release channels? Find out how. If you find a new issue, please let us know by filing a bug. Jason Kersey Google Chrome
about 17 hours ago
Chrome 27 is out and for those out of the loop – the latest version of the browser comes with fixes for as many as 14 security holes. Ten of these have been classified as high-risk by Google and includes potential misuse of the mem...
Chrome 27 is out and for those out of the loop – the latest version of the browser comes with fixes for as many as 14 security holes. Ten of these have been classified as high-risk by Google and includes potential misuse of the memory cache of the program after the use of widgets. These [...]
1 day ago
The Chrome team is excited to announce the promotion of Chrome 28 to the Beta channel. Chrome for Android 28.0.1500.21 contains a number of new improvements including: Google Translate: When you come across a page written in a language...
The Chrome team is excited to announce the promotion of Chrome 28 to the Beta channel. Chrome for Android 28.0.1500.21 contains a number of new improvements including: Google Translate: When you come across a page written in a language that isn't in the same language as your phone or tablet, look for the translation bar Fullscreen on tablets: Simply scroll the page to dismiss the toolbar Support for fullscreen API New graph showing your estimated bandwidth savings when you use the experimental data compression feature Mobile friendly error pages A partial list of changes in this build is available in the SVN revision log. If you find a new issue, please let us know by filing a bug. More information about Chrome for Android is available on the Chrome site.Jason KerseyGoogle Chrome
1 day ago
Today’s Chrome Beta for Android release brings the built-in translation bar you’ve seen on desktop Chrome to help you read more of the web while you’re on the go, regardless of the language of the web page. When you come across a page wr...
Today’s Chrome Beta for Android release brings the built-in translation bar you’ve seen on desktop Chrome to help you read more of the web while you’re on the go, regardless of the language of the web page. When you come across a page written in a language that isn't in the same language as your phone or tablet, look for the translation bar. To translate the page, touch the “Translate” button. Following fullscreen support on phones, we are now adding fullscreen on tablets as well. As you scroll, the top toolbar disappears so you can immerse yourself in the web page content. Finally, on phones, a “+” in the toolbar now makes creating tabs even easier. For those of you trying out our experimental data compression feature, you can see a graph (under “Settings > Bandwidth Management”) that shows your estimated bandwidth savings. The latest version of Chrome Beta for Android is available on Google Play. We look forward to your early feedback. Posted by Miguel Garcia, Software Engineer & Multilingual Maestro
1 day ago
The Stable channel has been updated to 27.0.1453.103 (Platform version: 3912.79.0) for all Chrome OS devices. This build contains a number of new features, bug fixes and security improvements. Machines will be receiving updates over th...
The Stable channel has been updated to 27.0.1453.103 (Platform version: 3912.79.0) for all Chrome OS devices. This build contains a number of new features, bug fixes and security improvements. Machines will be receiving updates over then next several days. Release Highlights: Panel windows for chat and more New Launcher positioning mode Per App list of open tabs & windows Horizontal three finger scrub moves between tabs New folder hierarchy on file manager Autocomplete in Drive search Memory management optimization Enhanced support for common wireless touchpads/mice Updated Chrome Office Viewer extension Pepper Flash updated to 11.7.700.202-r2 GTalk plugin updated to 3.15.2.0 If you find new issues, please let us know by visiting our help site or filing a bug. Interested in switching channels? Find out how. You can submit feedback using ‘Report an issue...’ in the Chrome menu (3 horizontal bars in the upper right corner of the browser).Josafat GarciaGoogle Chrome
2 days ago
When you’re surfing the web, you can get so immersed that you might not realize you’re late for a meeting or that someone messaged you in another chat window. A couple years ago, we created a way for notifications to appear outside the b...
When you’re surfing the web, you can get so immersed that you might not realize you’re late for a meeting or that someone messaged you in another chat window. A couple years ago, we created a way for notifications to appear outside the browser window. Starting in today’s Beta channel release, we’re enabling Chrome apps and extensions to show richer notifications with a revamped user interface (as well as under the hood -- developers can learn more on the Chromium blog). We’ve designed these notifications to be beautiful, useful and engaging. They can display formatted text and images, and can include actions directly inside the pop-up (so you can respond to that email right away). Missed a bunch of notifications while you were taking a coffee break? No problem -- you can open up the notification center to see them all in one place. Notification Center on Windows Notification Center on ChromeOS You can also disable notifications from any source whenever you wish, for those times when you want some peace and quiet. Download Chrome Beta today to get a preview of these features on Windows (Mac support coming soon!). Posted by Somas Thyagaraja, Product Manager and Nifty Notifier
2 days ago
The Beta channel has been updated to 28.0.1500.20 for Windows, Mac, Linux, and Chrome Frame. Full details about what changes are in this build are available in the SVN revision log. Interested in switching release channels? Find out how....
The Beta channel has been updated to 28.0.1500.20 for Windows, Mac, Linux, and Chrome Frame. Full details about what changes are in this build are available in the SVN revision log. Interested in switching release channels? Find out how. If you find a new issue, please let us know by filing a bug. Anthony Laforge Google Chrome
2 days ago
App notifications send immediate alerts to users about important events as they happen. Chrome and Chrome OS already support basic web notifications, but rich notifications for Chrome packaged apps and extensions can enable users to act ...
App notifications send immediate alerts to users about important events as they happen. Chrome and Chrome OS already support basic web notifications, but rich notifications for Chrome packaged apps and extensions can enable users to act directly on these notifications and show rich content like lists and images. For those in beta channel, notifications now live in a center that is outside the browser, which allows them to receive notifications even when the browser is not open. Rich notifications are available in the latest beta channel builds on Windows and ChromeOS, and will be coming to Mac OS X and Linux soon.You can trigger a rich notification by calling the create method under the chrome.notifications module:chrome.notifications.create( ‘id1’,{ type: ‘basic’, iconUrl: ‘image1.png’, title: ‘Althe Frazon’, message: ‘Lorem ipsum’, buttons: [{ title: ‘Call’, iconUrl: ‘call.png’}, { title: ‘Send Email’, iconUrl: ‘email.png’}], priority: 0}, function() { /* Error checking goes here */} ); Rich notifications include full-bleed icons and space to convey a headline and short message. Additionally, they enable you to create action buttons and respond to clicks right within your app, empowering your users to do anything they could do within the app’s UI itself. Apart from the basic notification type shown above, you can use other formats like image to show a preview of an image within the notification or list to coalesce multiple notifications from your app into a single one. For example, a mail app could show multiple unread emails within a single notification using the list type. You can also specify different priorities for notifications that determine how long they stay on the screen before moving into the notification center where they continue to live until dismissed by the app or user. The notification center holds all current notifications and can be pulled up at any time from the launcher on ChromeOS or the system tray on Windows. Users can view and clear all of their notifications in the center, and also access settings to control which apps, extensions and websites can send them notifications. Notification Center on Chrome OS Notification Center on WindowsYou can get started with rich notifications in your app or extension by trying out the Notify Test App and taking a look at the documentation on the Chrome developer site. We’d love your feedback so feel free to ask a question on Stack Overflow, start a discussion on our mailing list, or file a bug on our issue tracker.Posted by Justin DeWitt, Software Engineer and Notifications Knight
2 days ago
The Stable channel has been updated to 27.0.1453.94 only for Windows. This release fixes a GPU-related crash. Full details about what changes are in this build are available in the SVN revision log. Interested in switching release channe...
The Stable channel has been updated to 27.0.1453.94 only for Windows. This release fixes a GPU-related crash. Full details about what changes are in this build are available in the SVN revision log. Interested in switching release channels? Find out how. If you find a new issue, please let us know by filing a bug. Karen Grunberg Google Chrome
2 days ago