slidecontrol

Slidecontrol - The open-source global remote solution made for everyone.

ما هو slidecontrol؟

slidecontrol هو إضافة Chrome تم تطويرها بواسطة https://maniyt.de، والميزة الرئيسية لها هي "Slidecontrol - The open-source global remote solution made for everyone.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة slidecontrol

قم بتنزيل ملفات الامتداد slidecontrol بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Slidecontrol is an open-source global remote solution for everyone.

It was created by two German students seeking a reliable and free system to control their presentations remotely.

We feature viewing speaker's notes for the active slide, switching slides, dark-mode by default and, of course, a real-time laserpointer to add some *pew* *pew* to your presentation.

Slidecontrol works by setting up a communication between the mobile oriented web application and a presentation opened on your computer. Every new presentation gets a code generated which then is entered on your phone. Afterwards that presentation can be controlled in real-time from anywhere.

To learn how to get started just install the extension or visit https://sc.niveri.xyz/welcome.

Slidecontrol is 100% open-source and released under the MIT License (https://github.com/m4r1vs/slidecontrol/blob/master/LICENSE). More information about the code is available at http://sc.niveri.xyz/about/code.

Our privacy policy can be viewed at https://sc.niveri.xyz/about/privacy                    

معلومات أساسية عن التمديد

الاسم slidecontrol slidecontrol
ID ghfjfgbiehcemjfapohnnfngcbappodg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/slidecontrol/ghfjfgbiehcemjfapohnnfngcbappodg
الوصف Slidecontrol - The open-source global remote solution made for everyone.
حجم الملف 32.85 KB
عدد التثبيتات 402
النسخة الحالية 2.5.8
آخر تحديث 2019-08-18
تاريخ النشر 2019-08-18
تقييم 4.50/5 مجموع تقييمات 4
المطور https://maniyt.de
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://slidecontrol.niveri.xyz
عنوان صفحة المساعدة https://slidecontrol.niveri.xyz/about
عنوان صفحة سياسة الخصوصية https://slidecontrol.niveri.xyz/about/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/lib\/qrcodegen.js",
                ".\/lib\/caffeine.js",
                ".\/content.min.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.mn.uber.space; object-src 'self'",
    "description": "Slidecontrol - The open-source global remote solution made for everyone.",
    "icons": {
        "128": "images\/logo_128.png",
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "manifest_version": 2,
    "name": "slidecontrol",
    "offline_enabled": false,
    "short_name": "slidecontrol",
    "version": "2.5.8"
}