slidecontrol

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

什麼是slidecontrol?

slidecontrol是由https://maniyt.de開發的Chrome擴展程式,該擴展的主要功能是“Slidecontrol - The open-source global remote solution made for everyone.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載slidecontrol擴展crx文件

下載slidecontrol擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://slidecontrol.niveri.xyz/about
隱私政策頁面URL 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"
}