Next Slide

Next Slide changes slides with voice commands.

Next Slide क्या है?

Next Slide https://claycodes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Next Slide changes slides with voice commands."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Next Slide एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Next Slide Next Slide
ID piohcheglcfjhpnfhpjfpmhipfopfhbg
आधिकारिक URL https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg
विवरण Next Slide changes slides with voice commands.
फ़ाइल का आकार 215 KB
स्थापना संख्या 359
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2022-03-30
प्रकाशन तिथि 2020-12-06
डेवलपर https://claycodes.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.claycodes.org/home/privacy-policy
समर्थित भाषाएँ 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"
    }
}