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 |
公式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 |
Eメール | [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*" ] } ] } |