Google Featured Photos Slideshow
View Google's Featured Photos in Chrome
Wat is Google Featured Photos Slideshow?
Google Featured Photos Slideshow is een Chrome-extensie ontwikkeld door benkatz670, en de belangrijkste functie is "View Google's Featured Photos in Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Featured Photos Slideshow
Download Google Featured Photos Slideshow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | pepbogfgohpfngkncedakaegddjneapm |
| Officiële URL | https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm |
| Beschrijving | View Google's Featured Photos in Chrome |
| Bestandsgrootte | 10.5 KB |
| Aantal Installaties | 1,732 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2017-06-09 |
| Publicatiedatum | 2017-06-09 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | benkatz670 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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*"
]
}
]
} | |