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 là gì?
Slidfast - Image Slideshows for Chromecast là một tiện ích mở rộng Chrome được phát triển bởi slidfast, và tính năng chính của nó là "Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slidfast - Image Slideshows for Chromecast
Tải xuống các tệp mở rộng Slidfast - Image Slideshows for Chromecast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kindnjmndkgjnmhnginabecedfiabhdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/slidfast-image-slideshows/kindnjmndkgjnmhnginabecedfiabhdj |
Mô tả | Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually. |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 276 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-04-23 |
Ngày Phát Hành | 2017-04-23 |
Đánh Giá | 2.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | slidfast |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.wesleyhales.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |