Next Slide

Next Slide changes slides with voice commands.

Wat is Next Slide?

Next Slide is een Chrome-extensie ontwikkeld door https://claycodes.com, en de belangrijkste functie is "Next Slide changes slides with voice commands.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Next Slide

Download Next Slide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Next Slide takes voice commands when presenting to advance slides. "next slide", "previous slide" and "go to slide" will activate the extension.                    

Basisinformatie over de Extensie

Naam Next Slide Next Slide
ID piohcheglcfjhpnfhpjfpmhipfopfhbg
Officiële URL https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg
Beschrijving Next Slide changes slides with voice commands.
Bestandsgrootte 215 KB
Aantal Installaties 359
Huidige Versie 0.0.8
Laatst Bijgewerkt 2022-03-30
Publicatiedatum 2020-12-06
Ontwikkelaar https://claycodes.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.claycodes.org/home/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "permissions": [
        "https:\/\/docs.google.com\/presentation\/*",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/materialize.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.js",
                "contentscript.js",
                "js\/materialize.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}