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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Slidfast - Image Slideshows for Chromecast

قم بتنزيل ملفات الامتداد Slidfast - Image Slideshows for Chromecast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}