Next Slide
Next Slide changes slides with voice commands.
Hvad er Next Slide?
Next Slide er en Chrome-udvidelse udviklet af https://claycodes.com, og dens hovedfunktion er "Next Slide changes slides with voice commands.".
Udvidelsesskærmbilleder
Download Next Slide-udvidelses-CRX-fil
Download Next Slide-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Next Slide takes voice commands when presenting to advance slides. "next slide", "previous slide" and "go to slide" will activate the extension.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | piohcheglcfjhpnfhpjfpmhipfopfhbg | 
| Officiel URL | https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg | 
| Beskrivelse | Next Slide changes slides with voice commands. | 
| Filstørrelse | 215 KB | 
| Antal Installationer | 359 | 
| Nuværende Version | 0.0.8 | 
| Senest Opdateret | 2022-03-30 | 
| Udgivelsesdato | 2020-12-06 | 
| Udvikler | https://claycodes.com | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | https://www.claycodes.org/home/privacy-policy | 
| Understøttede Sprog | 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"
    }
}  |  |