Google Featured Photos Slideshow
View Google's Featured Photos in Chrome
Vad är Google Featured Photos Slideshow?
Google Featured Photos Slideshow är en Chrome-tillägg utvecklad av benkatz670, och dess huvudfunktion är "View Google's Featured Photos in Chrome".
Tilläggsskärmbilder
Ladda ner Google Featured Photos Slideshow-förlängningens CRX-fil
Ladda ner Google Featured Photos Slideshow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pepbogfgohpfngkncedakaegddjneapm |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm |
| Beskrivning | View Google's Featured Photos in Chrome |
| Filstorlek | 10.5 KB |
| Antal Installationer | 1,732 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2017-06-09 |
| Publiceringsdatum | 2017-06-09 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | benkatz670 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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*"
]
}
]
} | |