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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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