Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

Was ist Google Featured Photos Slideshow?

Google Featured Photos Slideshow ist eine Chrome-Erweiterung, die von benkatz670 entwickelt wurde, und ihr Hauptmerkmal ist "View Google's Featured Photos in Chrome".

Erweiterungsscreenshots

screenshot
screenshot

Google Featured Photos Slideshow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Featured Photos Slideshow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
Offizielle URL https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Beschreibung View Google's Featured Photos in Chrome
Dateigröße 10.5 KB
Installationsanzahl 1,732
Aktuelle Version 0.1.0
Letztes Update 2017-06-09
Veröffentlichungsdatum 2017-06-09
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler benkatz670
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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*"
            ]
        }
    ]
}