Chrome Experiment: Google’s new site to showcase Chrome and JavaScript

Yesterday only Google announced the new beta version of its browser, Google Chrome. And today they launched Chrome Experiment, a site that showcases JavaScript intensive games, applications and visualizations. Definitely the site showcased the power of the Chrome and its V8 JavaScript engine. The application provided in this site also worked with Firefox, IE and Safari but if you test it, Chrome did indeed provide the best experience.

We liked the alert box that appears when you try the apps in browsers other then Chrome.

Also We tried running an app in IE 6 and following JavaScript error appeared.

Let us check few cool apps and the about details by their authors:

Google Gravity

“Everything that goes up must come down. But there comes a time when not everything that’s down can come up.”

George Burns couldn’t probably imagine that his quote would eventually also be applied Google’s main page.

Play with the elements and try searching whenever you get tired of it.

Ball Pool

Start by shaking the browser, then create new balls (click on empty space), move some others (drag) and reset the screen (double click).

Browser Talk

Speak into your microphone and through browser personas.

Colorscube

Colorscube is a simple mapping of the RGB colorspace into 3d. A little bit of alpha goes a long way. Try it in black.

The website which is distinctively black, lets people try out the browser apps and rate, comment on and share them. Developers and designers are meanwhile encouraged to voluntarily create other experiments using JavaScript (and other languages) and submit them for review.

Share
Published by
Viral Patel
Tags: chrome google google chrome JavaScript tech stories Web 2.0

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago