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