Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

O que é Google Featured Photos Slideshow?

Google Featured Photos Slideshow é uma extensão do Chrome desenvolvida por benkatz670, e sua principal característica é "View Google's Featured Photos in Chrome".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Featured Photos Slideshow

Baixe arquivos de extensão Google Featured Photos Slideshow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
URL Oficial https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Descrição View Google's Featured Photos in Chrome
Tamanho do Arquivo 10.5 KB
Contagem de Instalações 1,732
Versão Atual 0.1.0
Última Atualização 2017-06-09
Data de Publicação 2017-06-09
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor benkatz670
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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*"
            ]
        }
    ]
}