Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

Hvad er Google Featured Photos Slideshow?

Google Featured Photos Slideshow er en Chrome-udvidelse udviklet af benkatz670, og dens hovedfunktion er "View Google's Featured Photos in Chrome".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Google Featured Photos Slideshow-udvidelses-CRX-fil

Download Google Featured Photos Slideshow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
Officiel URL https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Beskrivelse View Google's Featured Photos in Chrome
Filstørrelse 10.5 KB
Antal Installationer 1,732
Nuværende Version 0.1.0
Senest Opdateret 2017-06-09
Udgivelsesdato 2017-06-09
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler benkatz670
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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*"
            ]
        }
    ]
}