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”。
擴展截圖
下載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 |
ID | pepbogfgohpfngkncedakaegddjneapm |
官方網址 | 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*" ] } ] } |