Accéder au contenu principal

Google+ désormais intégré au Chrome Web Store

Google+ désormais intégré au Chrome Web Store:
Après le grand nettoyage de printemps (d'été en fait), qui a vu la disparition de 5 services de Google, la firme de Mountain View a discrètement intégré Google+ au magasin d'applis de son navigateur Chrome.

Cet élan qui pousse encore un peu plus Google+ dans tous les services du géant d'internet vient déjà de voir l'intégration de Google+ dans YouTube. Cette dernière permet aux utilisateurs du site de partage de vidéos d'utiliser leur identité sous Google+ en lieu et place de leur pseudo YouTube. Avant les conférences Coogle I/O, Google a également annoncé que les développeurs d'applis pouvaient dorénavant séparer les sections "revues" et "rapport de bugs".

Concrètement, une nouvelle section nommée "From You Circles" apparaît dans le Chrome Web Store. Ainsi, lorsque vous vous êtes au préalable identifié au réseau social, elle apparaît à gauche et vous permet de prendre connaissance des "+1 » attribués par vos amis à certaines applis.

Dans cette section, les applis, les thèmes et les extensions de Chrome recommandés par vos amis Google+ apparaissent sous forme de vignettes sous lesquelles on peut voir les noms de ces personnes issues de vos cercles.


(source)
Articles sur le même sujet :

Commentaires

Posts les plus consultés de ce blog

37 Popular Shots Focused on Brilliant Website User Interfaces

37 Popular Shots Focused on Brilliant Website User Interfaces : Advertise here with BSA The social design network Dribbble is full of some amazing work. You can find projects related to any type of digital interface imaginable. But there are also stunning works of illustration and game rendering, among many other offbeat categories. In this showcase I would like to focus on website user interface design. Specifically I have put together 37 various UI elements found in common website layouts. Check out some of these posts and see if you can determine similar ideas for your own designs. Building a useful interface is key to gaining traffic and having people stick around long enough to use your website. About Me Workflow Infographic Dark Footer Cream Website Timeline Sidebar Mobile Responsive Layout eCommerce News List YouTube Redesign MFG Website Microsoft Concurrency To-Do Webapp Photography Portfolio Bobo User Profile Illustrated Header Contact Us Portfolio Hom...

An Introduction to the CSS Flexbox Module

An Introduction to the CSS Flexbox Module : CSS, despite its relatively low perceived skill ceiling, always seems to have a killer feature up its sleeve. Remember how media queries made responsive layouts possible and revolutionized front-end development? Well, today, we’re going to talk about a new layout mode, called flexbox – new in CSS3. I’m sure you’re raring to go! Let’s get started after the jump. CSS Flexbox Support Currently, the CSS Flexbox specification is a working draft and things will change ! The examples this tutorial covers could potentially fail to work in the future, as browsers change their flexbox implementation to match up with the specification. The aim of this tutorial is to provide you with a basic understanding of CSS flexbox, and demonstrate how to use it in your web pages. Please note that this tutorial will use webkit/non-vendor-prefixed examples for the sake of brevity. Have a look at caniuse.com for a list of browsers that support the flexbox module...