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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slidfast และคุณลักษณะหลักของมันคือ "Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slidfast - Image Slideshows for Chromecast
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |