Slidfast - Image Slideshows for Chromecast
Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually.
Slidfast - Image Slideshows for Chromecastとは何ですか?
Slidfast - Image Slideshows for Chromecastはslidfastによって開発されたChromeの拡張機能で、その主な機能は「Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually.」です。
拡張機能のスクリーンショット
Slidfast - Image Slideshows for Chromecast拡張機能のCRXファイルをダウンロード
Slidfast - Image Slideshows for Chromecast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slidfast allows you to cast or present a full directory of images without having to pick each one individually. Select any folder on your computer or mounted network drive and Slidfast will automatically find all the images and display them as a slideshow.
拡張機能の基本情報
名前 | |
ID | kindnjmndkgjnmhnginabecedfiabhdj |
公式URL | https://chrome.google.com/webstore/detail/slidfast-image-slideshows/kindnjmndkgjnmhnginabecedfiabhdj |
説明 | Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually. |
ファイルサイズ | 186 KB |
インストール数 | 276 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-04-23 |
公開日 | 2017-04-23 |
評価 | 2.43/5 合計 7 レビュー |
開発者 | slidfast |
支払い方法 | free |
拡張機能のウェブサイト | http://www.wesleyhales.com |
対応言語 | en |
manifest.json | |
{ "name": "Slidfast - Image Slideshows for Chromecast", "description": "Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually.", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "worker_proxy.js", "background.js" ] }, "browser_action": { "default_title": "Slidfast - Image Slideshows for Chromecast", "default_icon": "slidfast_38x38.png" }, "icons": { "128": "slidfast_128x128.png", "64": "slidfast_128x128.png", "32": "slidfast_38x38.png" }, "content_scripts": [ { "matches": [ "*:\/\/example.com\/*" ], "js": [ "worker_proxy.js", "worker.js" ] } ], "web_accessible_resources": [ "index.html" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "proxy", "storage" ] } |