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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chromecast or present a full directory of images (computer or mounted network drive) without having to pick each file individually."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slidfast - Image Slideshows for Chromecast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}