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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Slidfast - Image Slideshows for Chromecast Slidfast - Image Slideshows for Chromecast
ID kindnjmndkgjnmhnginabecedfiabhdj
官方網址 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"
    ]
}