Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

Qu'est-ce que Google Featured Photos Slideshow ?

Google Featured Photos Slideshow est une extension Chrome développée par benkatz670, et sa fonction principale est "View Google's Featured Photos in Chrome".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Featured Photos Slideshow

Téléchargez les fichiers d'extension Google Featured Photos Slideshow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension applies certain CSS when at the URL: https://plus.google.com/featuredphotos

This creates a cool website for you to visit that is a slideshow of Google's featured photos, previously only available as a Mac screensaver or on Chromecast.

HOW TO USE:

1. Install this extension!
2. Go to https://plus.google.com/featuredphotos
3. Enjoy the amazing slideshow!                    

Informations de Base sur l'Extension

Nom Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
URL Officiel https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Description View Google's Featured Photos in Chrome
Taille du Fichier 10.5 KB
Nombre d'Installations 1,732
Version Actuelle 0.1.0
Dernière Mise à Jour 2017-06-09
Date de Publication 2017-06-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur benkatz670
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Featured Photos Slideshow",
    "version": "0.1.0",
    "description": "View Google's Featured Photos in Chrome",
    "browser_action": {
        "default_icon": "google_plus_192dp.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/featuredphotos*"
            ]
        }
    ]
}