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" ] } |