Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Books
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Add to Technorati Favorites

Subscribe to Google Chrome Browser by e-mail

Delivered by FeedBurner

Syndicate

Syndicate content

User login

Login/Register
What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Tag Cloud

Apps Beta updates browser browsers browsing chrome chrome extensions Chrome OS chromium Dev updates Downloads extension extensions feed Firefox Google googlechrome google chrome Linux News opera release safari Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    google chrome

    All About Safe Browsing

    Submitted by admin on Tue, 01/31/2012 - 12:22
    • chromium
    • feed
    • google chrome
    • New Features
    • security

    While the web is a virtual treasure trove of great content, it’s also used by bad guys to steal personal information. One of Chrome’s most advanced security features, Safe Browsing, helps protect against the three most common threats on the web: phishing, drive-by malware, and harmful downloads. We recently announced some new enhancements to Safe Browsing, so we thought we’d offer an inside look into how it works.

    Safe Browsing downloads a continuously-updated list of known phishing and malware websites, generated by an automated analysis of our entire web index. Each page you visit, and each resource (such as pictures and scripts) on the page, are checked against these lists. This is done in a way that does not reveal the websites you visit, and is described in more detail in our video on Safe Browsing. If Chrome detects that you’ve visited a page on the list, it warns you with a large red page that helps you get back to safety.

    Of course, this only helps for dangerous content that Google already knows about. To provide better protection, Safe Browsing has two additional mechanisms that can detect phishing attacks and harmful downloads the system has never encountered before.

    Phishing attacks are often only active for a few short hours, so it’s especially important to detect new attacks as they happen. Chrome now analyzes properties of each page you visit to determine the likelihood of it being a phishing page. This is done locally on your computer, and doesn’t share the websites you visit with Google. Only if the page looks sufficiently suspicious will Chrome send the URL of that page back to Google for further analysis, and show a warning as appropriate.

    Malicious downloads are especially tricky to detect since they’re often posted on rapidly changing URLs and are even “re-packed” to fool anti-virus programs. Chrome helps counter this behavior by checking executable downloads against a list of known good files and publishers. If a file isn’t from a known source, Chrome sends the URL and IP of the host and other meta data, such as the file’s hash and binary size, to Google. The file is automatically classified using machine learning analysis and the reputation and trustworthiness of files previously seen from the same publisher and website. Google then sends the results back to Chrome, which warns you if you’re at risk.

    It’s important to note that any time Safe Browsing sends data back to Google, such as information about a suspected phishing page or malicious file, the information is only used to flag malicious activity and is never used anywhere else at Google. After two weeks, any associated information, such as your IP address, is stripped, and only the URL itself is retained. If you’d rather not send any information to Safe Browsing, you can also turn these features off.

    This multi-pronged protection combines to make you much safer against the most prevalent attacks on the web while carefully guarding your privacy. We’ve always believed in making the web a safer place for everyone, so we also make the Safe Browsing API available for free to other browsers and websites.

    Safe surfing!

    • Add new comment
    • Read more
    • 111 reads
    • Feed: Chromium Blog
    • Original article

    Manage And Play Internet Radio In Google Chrome

    Submitted by admin on Mon, 01/30/2012 - 16:40
    • browsing
    • google chrome
    • internet-radio
    • radio

    I have made the full switch to listening exclusively to Internet Radio stations many years ago. The core reasons? Accessibility while working on the PC, less ads and talking while songs are playing, and better recording possibilities (see our StreamWriter review for an excellent program that can be used for that purpose.

    I usually use desktop media players like AIMP3 to listen to Internet Radio stations, as it is a lot more comfortable than having to keep a streaming page open all the time in the web browser. That’s especially true if you have to restart the browser every now and then.

    Radio Player Live is an excellent Chrome extension that offers a great radio listening experience for Chrome users. First time users need to add at least one station to the extension before they start accessing the selected stations via the extension’s Chrome address bar button.

    radio player live

    This is done on the extension’s page. A click on Add radio stations lists all the available options. Users can add a station from the gallery listing maintained by the extension developers, add stations from popular sites such as the Shoutcast directory or Digitally Imported, or add stations manually.

    radio stations

    All stations from the gallery can be added with a single click of the mouse button. They list many terrestrial stations, like RTL and RTL2, Virgin Radio, BBC 1 to BBC 6 or .977.

    Third party stations lead to websites from where the stations need to be added. The extension adds buttons next to each station on those sites which can be used to add the selected radio station to the extension.

    internet radio stations

    A click on the Radio Player Live button loads an overlay prompt to add the selected station to the radio player. The station’s name, website, logo and category can be customized here.

    add radio station

    The station can then be selected via the extension’s button in the Chrome interface. Stations can be sorted into categories for easier identification. You can do that when you add a station, or later on under Manage my stations in the program options.

    Users who do not like the theme can modify it extensively in the options. From background and header text colors to borders, category names and srollbars. Nearly every visual aspect can be modified.

    The player window itself displays a list of radio stations, the currently playing station, the volume, and pause and stop options. You can switch to another radio station with a click.

    The program supports VLC and Windows Media Player plugins, but I was not able to get those to work in the Chrome browser. It is not clear from the description whether they are used to play the radio stations in the browser, or if the music is redirected to the desktop player from where they are then played.

    Google Chrome users who like to listen to Internet radio while surfing should take a closer look at Radio Player Live.

    • Add new comment
    • Read more
    • 105 reads
    • Feed: gHacks technology news
    • Original article

    Translating JavaScript to Dart

    Submitted by admin on Mon, 01/30/2012 - 15:07
    • chromium
    • dart
    • feed
    • google chrome
    • javascript

    Cross posted to: dartlang.org and the Google Code Blog

    It took approximately 2000 years for the original Rosetta Stone to be discovered, which helped translate the Egyptian Hieroglyphs. We couldn’t wait that long to bridge the Dart and JavaScript worlds, so today we are releasing the JavaScript to Dart Synonym app.

    Like most web developers, we are familiar, comfortable, and productive with JavaScript. We were curious about Dart, and thanks to a recent Dart hackathon, we had the chance to play with the language and libraries. The problem was, as JavaScript developers, we didn’t know how to map common JavaScript idioms to Dart. Hence the idea for this synonym app was born.

    We started with the basics that every JavaScript and jQuery developer knows: variables, arrays, functions, classes, DOM manipulation, and many more. Then, with the help of the Dart team, we recorded the corresponding Dart versions of each idiom. To practice what we learned, we wrote this app with Dart.

    We hope our app that maps between JavaScript and Dart eases your introduction to Dart and gives you a sense of where the project is going. We know the team is eager to hear your feedback. Don’t hesitate to join the conversation or file a new issue for either Dart or the Synonym app. And remember, Dart isn’t set in stone, so your feedback counts.

     

    • Add new comment
    • Read more
    • 296 reads
    • Feed: Chromium Blog
    • Original article

    Quickly Copy a Website URL into an Email with Cmd+Shift+I on Mac [Shortcut Of The Day]

    Submitted by admin on Mon, 01/30/2012 - 12:30
    • chrome
    • email
    • feed
    • google chrome
    • Mac shortcuts
    • safari
    • Shortcut of the day
    <!-- div style="background-color: #B3B3B3; width: 190px; padding: 1px;">#shortcutoftheday

    Click here to read Quickly Copy a Website URL into an Email with Cmd+Shift+I on Mac

    Mac: Here's a great way to quickly forward a link to a web page you're reading: hit command, shift, and "i" and an email message will aut

    • Add new comment
    • Read more
    • 4 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Add Keyboard Shortcuts to Netflix's Web Interface [NetFlix]

    Submitted by admin on Fri, 01/27/2012 - 10:30
    • chrome
    • feed
    • Firefox
    • Firefox
    • google chrome
    • Greasemonkey
    • keyboard
    • Keyboard Shortcuts
    • movies
    • netflix
    • Shortcuts
    • streaming movies
    • streaming video
    • Time Savers
    • User scripts
    <!-- div style="background-color: #B3B3B3; width: 190px; padding: 1px;">#netflix

    Click here to read Add Keyboard Shortcuts to Netflix's Web Interface

    Firefox/Chrome/Safari: Netflix's new interface may not be the most fun to navigate, but you can ease a bit of the pain with a user script that adds Gmail-like keyboard shortcuts to the entire thing.

    • Add new comment
    • Read more
    • 24 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    GNews Is an Unobtrusive Google News Notifier for Chrome

    Submitted by admin on Fri, 01/27/2012 - 09:30
    • chrome
    • chrome extensions
    • feed
    • Google
    • google chrome
    • Google News
    • News
    • News services

    Chrome: Keeping up with the stream of news throughout the day can be difficult. If you're looking for a way to stay updated without heading over to Google News repeatedly, GNews is a Chrome extension that allows you to quickly glance at hot topics and move on with your day.More »

     

    • Add new comment
    • 121 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Making the web speedier and safer with SPDY

    Submitted by admin on Thu, 01/26/2012 - 14:30
    • chromium
    • feed
    • google chrome
    • spdy

    In the two years since we announced SPDY, we’ve been working with the web community on evolving the spec and getting SPDY deployed on the Web.

    Chrome, Android Honeycomb devices, and Google's servers have been speaking SPDY for some time, bringing important benefits to users. For example, thanks to SPDY, a significant percentage of Chrome users saw a decrease in search latency when we launched SSL-search. Given that Google search results are some of the most highly optimized pages on the internet, this was a surprising and welcome result.

    We’ve also seen widespread community uptake and participation. Recently, Firefox has added SPDY support, which means that soon half of the browsers in use will support SPDY. On the server front, nginx has announced plans to implement SPDY, and we're actively working on a full featured mod-spdy for Apache. In addition, Strangeloop, Amazon, and Cotendo have all announced that they’ve been using SPDY.

    Given SPDY's rapid adoption rate, we’re working hard on acceptance tests to help validate new implementations. Our best practices document can also help website operators make their sites as speedy as possible.

    With the help of Mozilla and other contributors, we’re pushing hard to finalize and implement SPDY draft-3 in early 2012, as standardization discussions for SPDY will start at the next meeting of the IETF.

    We look forward to working even closer with the community to improve SPDY and make the Web faster!

    To learn more about SPDY, see the link to a Tech Talk here, with slides here.

     

    • Add new comment
    • Read more
    • 454 reads
    • Feed: Chromium Blog
    • Original article

    Making form-filling faster, easier and smarter

    Submitted by admin on Wed, 01/25/2012 - 13:37
    • chromium
    • feed
    • google chrome

    One of my favorite features of Chrome got a boost earlier today, as we announced support for an experimental new “autocomplete type” attribute for form fields. The new attribute will allow web developers to unambiguously label text and select fields with common data types such as ‘full-name’ or ‘street-address’ and guarantee that their site’s forms work correctly with Chrome Autofill and other form-filling providers.

    We’ve been working on this design in collaboration with several other autofill vendors. Like any early stage proposal we expect this will change and evolve as the web standards community provides feedback, but we believe this will serve as a good starting point for the discussion on how to best support autofillable forms in the HTML5 spec. For now, this new attribute is implemented in Chrome as x-autocompletetype to indicate that this is still experimental and not yet a standard, similar to the webkitspeech attribute we released last summer.

    For more information, you can read the full text of the proposed specification, ask questions on the Webmaster help forum, or you can share your feedback in the standardization discussion!

     

    • Add new comment
    • Read more
    • 118 reads
    • Feed: Chromium Blog
    • Original article

    Google Chrome Blog: Bringing Chromebooks to every classroom

    Submitted by admin on Wed, 01/25/2012 - 08:40
    • google chrome

    Cross-posted from the Google Enterprise Blog.

    Editor's note: We’re posting this electronic communication from sunny Orlando, where we’re chatting with schools at the annual FETC ed-tech conference. We wanted to share highlights from our keynote this morning, which featured a panel moderated by Tom Vander Ark, author of Getting Smart: How Digital Learning is Changing the World. You can watch a replay of the keynote on YouTube in a few hours. If you’re in town, come visit us at our booth #1101 - we’d love to say hi!

    When we first conceived of Chromebooks, we were focused on providing a device that brought you to the web in the fastest, simplest and securest way possible. What we didn't realize at the time was that this device would be so welcome and popular in classrooms! Many schools are eager to improve access to the web and technology for students and are planning to provide each student with their own device – a concept known as "1-to-1" computing. We've heard from our customers that they choose Chromebooks for 1-to-1 because the simplicity of the web takes away the hassle for teachers, students and administrators.

    During our keynote at FETC this morning, we had the opportunity to share some exciting news: hundreds of schools in 41 states across the U.S. are using one or more classroom sets of Chromebooks today. As a highlight, three new school districts in Iowa, Illinois and South Carolina are going 1-to-1 – that is, one Chromebook each for nearly 27,000 students.

    • Council Bluffs Community School District in Iowa is planning a Chromebook 1:1 Initiative for all 2,800 students in their two high schools and will use an additional 1500 Chomebooks in their two middle schools
    • Leyden Community High School District in Illinois will roll out devices to 3,500 students in their two high schools
    • Richland School District Two in South Carolina is going 1-to-1 with a total of 19,000 students

     

    It's great to see this positive momentum for Chromebooks in classrooms. It's similar to where we were about five years ago when Google Apps was just getting off the ground. At that time, educational institutions were the most interested and it was inspiring to hear the different ways schools and districts had begun using Gmail, Calendar and Docs. At FETC we’ve been similarly excited to see how teachers have formed communities around professional development for Chromebooks, districts all across the US are piloting Chromebooks in their classrooms, and more and more reach out to us to learn about Chromebooks for Education every day. We believe Chromebooks and the web have the ability to facilitate learning in a powerful way, and we’re committed to helping schools recognize their goals to go 1-to-1.

    But enough words from us. We’d like to close with thoughts from representatives of each of these school districts.

    “From my perspective, Chromebooks couldn’t get any simpler; setting up this many laptops would have typically taken our team at least 3 months. And from the instructional side, we are teaching content not technology, and Chromebooks simply support teachers in what they do best while giving students the resources they need to be productive citizens. As just one example the quality of work that students turn in has improved literally overnight - from incomplete sentences to full paragraphs, in some cases - because they are much more engaged and participating readily in class.”

    David Fringer, executive director, information systems at Council Bluffs Community school district, Iowa

    “When we started on our digital evolution path we were looking for just the right tool - one that is invisible and gets out of the way to allow students and teachers to focus on instruction. With Chromebooks our students are publishing, producing and sharing with each other, and best of all, we don’t have to assign students a particular device number. Any student can use any device because all their work is saved online - for that matter they could access their work from home while logged in from the Chrome browser.”

    Bryan Weinert, director of technology at Leyden school district, Illinois

    Student at East Leyden high school selects a Chromebook from the charging cart. With Chromebooks, students can work on any device in any class period and access their work from anywhere - including from the Chrome browser installed on a home computer.

    “Chromebooks make our 1-to-1 computing dream a reality. Teachers don't need to add ‘help desk’ to their job description, and they save valuable class time knowing they can instruct students to close the Chromebooks to stay on task and they won't have to wait when it’s time to open them again. Furthermore, we’ve seen that any behavior issues become an absolute non-issue because the technology is so compelling.”

    Tom Cranmer, executive director of information technology, Richland School District Two, South Carolina

    Fifth grade student teaches a younger student how to use a Chromebook in the Chrome Buddy project in Tim Swick's classroom at Pontiac Elementary School in Richland School District Two.

    Learn more about Chromebooks for Education on our website, and join us for the Chromebook Classroom webinar series, Wednesdays at 9AM PT/12PM ET.

     

    • Add new comment
    • Read more
    • 328 reads
    • Feed: Google Chrome Blog
    • Original article

    Convert a Bookmarklet to a Chrome Extension with a Few Clicks

    Submitted by admin on Tue, 01/24/2012 - 10:00
    • Bookmarklets
    • chrome
    • chrome extensions
    • feed
    • google chrome
    • Webapps

    Do you have a favorite bookmarklet you love to use but hate having it cluttering up your bookmarks bar? An easy to use webapp solves the problem for you, no coding experience required.More »

     

    • Add new comment
    • 392 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Check AdSense Earnings in Google Chrome With AdSense Publisher Toolbar

    Submitted by admin on Sun, 01/22/2012 - 16:06
    • feed
    • Google AdSense
    • google chrome
    • Webmaster Tips
    • Webmaster Tools


    Google AdSense is one the biggest revenue generator for small and medium traffic websites. The AdSense team have been revamping their reporting interface which makes it easier for publisher to see their earnings and other related reports.

    Google Adsense Earnings in Google Chrome

    However, as a publisher I have always been comfortable using desktop reporting software to keep an eye on my AdSense earnings. However, of late most of the software have stopped working.

    Also Read: Useful Tips and Tricks To Grow Your AdSense Income

    This meant that, I have to constantly login into the AdSense web interface to check on my earnings every now and then. However, thanks to Google that will now be a thing of the past. Google has released a extension for Google Chrome which will allow AdSense publishers to view basic details of their earnings in Google Chrome.

    The AdSense Publisher Toolbar extension (Download) allows you to view your current days earnings, yesterdays earnings, current months earnings and last months earnings. In addition to that it also displays the top custom channels and lifetime earnings.

    Once you have installed the extension, you will have to click on the extension icon and then authorize your Google account. If you use different account for AdSense and Gmail, you can easily sign in to another account thanks to Google’s multiple account sign in. 

    The AdSense Publisher extension is definitely a nice way to keep an eye on your AdSense earnings without having to constantly login to the actual AdSense website. I would highly recommend this extension if you are in a habit of checking your earnings multiple times through a day.

    Of course, it is always a healthy habit to login to the actual AdSense reporting interface to check on detailed reports and performance of your channels and other data from time to time to increase your performance.

    • Add new comment
    • Read more
    • 436 reads
    • Feed: Techie Buzz
    • Original article

    Text This To Me for Chrome Sends Links and Notes to Your Phone with a Single Click

    Submitted by admin on Thu, 01/19/2012 - 08:30
    • chrome
    • chrome extensions
    • Downloads
    • extensions
    • feed
    • google chrome
    • Messages
    • mobile
    • Notes
    • sms
    • Text Messages

    Chrome: Text This To Me is a Chrome add-on that allows you to quickly send yourself SMS messages from your browser with links, notes, and other snippets of text with a single click. Whether you just want to send yourself a URL to open on your phone's browser, or you want to remind yourself to pick up the milk on the way home, Text This To Me gives you a quick way to do it without installing anything on your device. More »

     

    • Add new comment
    • 447 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Real-time Communications in Chrome

    Submitted by admin on Wed, 01/18/2012 - 12:13
    • chromium
    • feed
    • google chrome

    Since we open sourced WebRTC this past summer, we’ve been working hard with browser vendors to integrate WebRTC technology in their products. Today, we reached an important milestone: WebRTC is now integrated in the Chrome browser available on the dev channel.

    Building industry-leading voice and video capabilities into the browser makes it easier for web developers to incorporate real time communications in their apps. Instead of relying on custom, OS specific, proprietary plug-ins, they can now easily build and maintain their apps using a few simple JavaScript APIs and have the browser do the heavy lifting.

    Even though WebRTC is still evolving, we are receiving feedback from the standards process in W3C and IETF and there are already plenty of apps in development. For example, companies like Polycom, Vonage, Vehix.com, Firespotter, Siemens, Nimbuzz and PCCW are currently actively developing browser based solutions using WebRTC.If you are interested to learn more on how you can use WebRTC in your app, review our documentation, join our developer discussion group and go to the WebRTC blog for more details. We are looking forward to seeing what you come up with!

    • Add new comment
    • Read more
    • 374 reads
    • Feed: Chromium Blog
    • Original article

    Download Google Chrome 18 Alpha (Dev)

    Submitted by admin on Tue, 01/17/2012 - 14:44
    • chrome
    • Google
    • google chrome
    • google chrome 18
    • web browser

    Download Google Chrome 18 Alpha (Dev)As the search giant has recently released the Beta version of Google Chrome 17, it’s no wonder that the 18th version is already available as the Dev build.

    Tagged as 18.0.1003.1, Google Chrome 18 Alpha is mostly bug fixes so far. Excluding those, there are also few minor improvements worth noting.

    From now on, Google Chrome will reject weak RSA and DSA keys when validating certificate chains for HTTPS and do a better job at error handing in audio wave out.

    Although this is just the first of many v18 builds that are yet to come, judging by the size of changelog, it looks like Google is gearing up for quite a release.

    Google Chrome 18 Alpha (Dev) Changelog

    • Updated V8 – 3.8.4.1
    • Fixed several crashes
    • When a profile is synced, use GAIA name + GAIA photo for avatar – Use Google OAuth userinfo API to get profile information
    • Added support for manifest_version attribute for extensions
    • Eliminate drawing glitch on WebUI radio controls
    • Fixed regression with extension omnibox API where whitespace would get trimmed
    • Fix page zoom for plug-in documents
    • Fix race condition in extension service that causes extensions installed
    • Folders in the wrench menu and application menu are greyed out
    • Better error handling in audio wave out
    • Made URL filter for web request API mandatory
    • Reject weak RSA and DSA keys when validating certificate chains for HTTPS; related UI
    • Add new comment
    • Read more
    • 88 reads
    • Feed: Web Browsers News and Reviews
    • Original article

    Create Extension Groups With Context For Google Chrome

    Submitted by admin on Tue, 01/17/2012 - 09:48
    • browsing
    • google chrome

    When you look at the extensions that you have installed in your Chrome browser, you will probably notice that you do not use all of them all the time. It is more likely that you have extensions installed for specific tasks, for instance work, entertainment, research or shopping. And even though you do not use them all of the time, all of them are running in the background whenever the web browser is open. This seems like a waste of resources, and maybe even space, considering that many extensions like to place icons into Chrome’s address bar.

    Context is a useful extension that allows you to group extensions and enable or disable those groups at will. All you need to do to get started after installation is to open the options of the extensions and start adding new contexts (aka groups). You are asked to select a name and icon for the context for identification purposes. The extension displays 14 different icons that you can select for your groups.

    create extension group

    Once created, you can start dragging and dropping extension into those groups. Context by default will only display extensions in the options that you can move into groups. You can enable apps support under additional options to group applications as well.

    context

    Click the Save button once you are done. You can from that moment on click on the Context menu button to select one of the extension groups that you want to work with. Switching between groups, or enabling all extensions, works without a restart of the browser. Keep in mind though that extensions that you have not added to any groups are not available when you activate individual groups. They become only available if you enable the all extensions option. Only the extensions and apps that you have added to that particular group are then enabled in the browser, with everything else disabled.

    extension groups

    Context will display a notification at the bottom whenever you install a new app or extension. You can use it to move the program into one of the available groups.

    create extension group

    The core benefits should be obvious. You first save browser resources by reducing the number of extensions that are running in the background. You second save screen estate and increase the visibility by removing extension icons from the address bar that you do not need to work with right now.

    Google Chrome users can download the useful extension from the official Chrome Web Store.

    • Add new comment
    • Read more
    • 342 reads
    • Feed: gHacks technology news
    • Original article

    Access Wikipedia Offline In Google Chrome

    Submitted by admin on Mon, 01/16/2012 - 18:58
    • browsing
    • google chrome
    • wikipedia
    • wikipedia offline

    You may sometimes be in a position where you need to look up information but do not have Internet available at the moment. This can be during your daily commute or in a situation where an Internet connection is not available or working. We have reviewed several options in the past to get the majority of Wikipedia contents on your system locally to access the information without the need for an Internet connection. Check out WikiTaxi, OkaWix or Wikipedia School DVDs if you are interested in those methods.

    The latest option has been exclusively designed for the Google Chrome web browser and therefor also Google’s Chromebook. The web application allows you to download nearly all textual contents from Wikipedia to make them available directly in the Chrome browser.

    You are asked to either pick a 13 Megabyte dump of the most popular Wikipedia articles or the big database which weights in at about 1 Gigabyte. You can also select one of four available parsers which turn the Wikipedia information into HTML contents that are readable in the web browser.

    offline wikipedia

    Especially the large download make take a while, and you also need to make sure that you have enough disk space available for it.

    Once installed you can use the following page to access your Wikipedia information offline in the Chrome browser. The developer suggests to bookmark the page for fast access.

    access wikipedia offline

    It offers a search option, access to the program settings, access to the article index and an option to load a random article from the repository.

    The search supports suggestions which are displayed automatically once you start typing in the first letter of your search term.

    The articles are complete with the exception of media and the footnotes which are not displayed at all.

    Search results are displayed almost instantly on modern computer systems.

    Chrome users who would like their own personal Wikipedia copy on their computer can download and install the web app from the official Chrome web store. (via Chromestory)

    • Add new comment
    • Read more
    • 374 reads
    • Feed: gHacks technology news
    • Original article

    This Week's Top Downloads [Download Roundup]

    Submitted by admin on Sat, 01/14/2012 - 20:00
    • Download Roundup
    • feed
    • google chrome
    • Unlock Root Roots Nearly 250 Android Devices in One Click [UPDATED] (Android) If you're looking to root your phone but don't want to pore over complicated instructions, a new program called Unlock Root claims to root a ton of different phones with ease.
    • Gym-Pact Rewards You for Going to the Gym with Cash, Charges You when You Skip Out (iOS) If you just signed up for a gym membership, completely convinced that you'll go every day this year, keep in mind you're essentially throwing money away when you don't go. If you need a little more motivation to make the trip and work out, Gym-Pact is a new iOS app and webapp that lets you put your money where your mouth is. Go to the gym and check in with your phone and you'll be rewarded with cash payouts.
    • Add new comment
    • Read more
    • 13 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    'What's the Font?' Reveals Fonts Used on Web Sites

    Submitted by admin on Sat, 01/14/2012 - 10:00
    • chrome
    • chrome extensions
    • design
    • extensions
    • feed
    • Font identification
    • Fonts
    • google chrome

    Chrome: If you're a designer or just curious to see what fonts are used on your favorite web sites, the free Chrome extension ‘What's the font?' reveals this information easily. After installing the extension you just need to right-click the highlighted text with the font you want to identify and choose the menu option for ‘What's the font?'. More »

     

    • Add new comment
    • 501 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Google Improves Offline Gmail Support in Chrome

    Submitted by admin on Thu, 01/12/2012 - 16:15
    • chrome
    • feed
    • Gmail
    • Google
    • google chrome
    • in brief
    • offline browsing
    • Updates

    Today Google released new updates to the offline version of Gmail in their Chrome web browser. While offline support is nothing new for Gmail, you can no synchronize up to 31 days of mail for offline access. All attachments are also downloaded for easy access, along with full keyboard shortcut support and a variety of performance boosts. To give this new version a try, just install it via the Chrome Web Store. More »

     

    • Add new comment
    • 465 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Principles Behind Chrome Security

    Submitted by admin on Thu, 01/12/2012 - 13:59
    • chromium
    • feed
    • google chrome
    • security

    When we first set out to design Chrome, we knew we had a unique opportunity to improve the security of the web. In addition to speed and simplicity, we’ve been adamant that security be a central tenet of everything we build. Chrome and the web have since come a long way, and we’ve been challenged to protect a complex and rapidly changing browser against the many threats that emerge on the web.

    After spending tens-of-thousands of hours working on ways to make users safer on the web, we thought it might be worth sharing the Chrome security principles that guide the work that we do.

    There are lots of technical details, but the fundamentals have always been simple. Security should compliment your browsing experience, not detract from it, and your browser should be secure by default -- no configuration required. No defense is ever perfect, so we rely on multiple layers of protection to help guard against single points of weakness. We support and fund the security research community in their work to identify weaknesses, and when vulnerabilities are found, we pride ourselves on patching them faster than any other browser.

    These principles have served us well in protecting users while keeping Chrome super fast and easy to use. If you develop software, we hope you find them helpful in securing your own product, and if you’re a Chrome user, that they give some insight into the many ways we work to help you surf with confidence.

     

    • Add new comment
    • Read more
    • 449 reads
    • Feed: Chromium Blog
    • Original article
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • …
    • next ›
    • last »

    Google Chrome Browser is a community site for users and developers of the Google Chrome browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.