Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

什么是Google Featured Photos Slideshow?

Google Featured Photos Slideshow是由benkatz670开发的Chrome扩展程序,该扩展的主要功能是“View Google's Featured Photos in Chrome”。

扩展截图

screenshot
screenshot

下载Google Featured Photos Slideshow扩展crx文件

下载Google Featured Photos Slideshow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
官方URL https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
简介 View Google's Featured Photos in Chrome
文件大小 10.5 KB
安装次数 1,732
当前版本 0.1.0
更新时间 2017-06-09
上架时间 2017-06-09
评分 3.00/5 共2次评分
开发者 benkatz670
电子邮箱 [email protected]
付费类型 free
支持的语言 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*"
            ]
        }
    ]
}