Google Featured Photos Slideshow
View Google's Featured Photos in Chrome
Cos'è Google Featured Photos Slideshow?
Google Featured Photos Slideshow è un'estensione di Chrome sviluppata da benkatz670, e la sua funzione principale è "View Google's Featured Photos in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Featured Photos Slideshow
Scarica i file di estensione Google Featured Photos Slideshow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | pepbogfgohpfngkncedakaegddjneapm |
| URL Ufficiale | https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm |
| Descrizione | View Google's Featured Photos in Chrome |
| Dimensione del File | 10.5 KB |
| Conteggio Installazioni | 1,732 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2017-06-09 |
| Data di Pubblicazione | 2017-06-09 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | benkatz670 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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*"
]
}
]
} | |