Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

Co to jest Google Featured Photos Slideshow?

Google Featured Photos Slideshow to rozszerzenie Chrome opracowane przez benkatz670, a jego główną funkcją jest „View Google's Featured Photos in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Featured Photos Slideshow

Pobierz pliki rozszerzeń Google Featured Photos Slideshow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
Oficjalny URL https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Opis View Google's Featured Photos in Chrome
Rozmiar pliku 10.5 KB
Liczba instalacji 1,732
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2017-06-09
Data Publikacji 2017-06-09
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper benkatz670
E-mail ben@benkatz.ca
Typ Płatności free
Obsługiwane Języki 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*"
            ]
        }
    ]
}