Next Slide

Next Slide changes slides with voice commands.

What is Next Slide?

Next Slide is a Chrome extension developed by https://claycodes.com, and its main feature is "Next Slide changes slides with voice commands.".

Extension Screenshots

screenshot
screenshot

Download Next Slide Extension CRX File

Download Next Slide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Next Slide Next Slide
ID piohcheglcfjhpnfhpjfpmhipfopfhbg
Official URL https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg
Description Next Slide changes slides with voice commands.
File Size 215 KB
Installation Count 359
Current Version 0.0.8
Last Updated 2022-03-30
Publish Date 2020-12-06
Developer https://claycodes.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.claycodes.org/home/privacy-policy
Supported Languages 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"
    }
}