Next Slide

Next Slide changes slides with voice commands.

Next Slide là gì?

Next Slide là một tiện ích mở rộng Chrome được phát triển bởi https://claycodes.com, và tính năng chính của nó là "Next Slide changes slides with voice commands.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Next Slide

Tải xuống các tệp mở rộng Next Slide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Next Slide Next Slide
ID piohcheglcfjhpnfhpjfpmhipfopfhbg
URL Chính Thức https://chromewebstore.google.com/detail/next-slide/piohcheglcfjhpnfhpjfpmhipfopfhbg
Mô tả Next Slide changes slides with voice commands.
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 359
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2022-03-30
Ngày Phát Hành 2020-12-06
Nhà Phát Triển https://claycodes.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.claycodes.org/home/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}