WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Voice Master: Voice Recognition and Speech-to-Text Converter

Voice Master: Voice Recognition and Speech-to-Text Converter

View on Chrome Web Store
View Voice Master: Voice Recognition and Speech-to-Text Converter Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (8 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enables speech (voice) recognition and its conversion into text, with the insertion of this text into the page's text elements
Type
Extension
Users
2,000 users
1K
PluginUs.Net
View author page of PluginUs.Net
Published
Published on April 22, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on December 12, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voice Master: Voice Recognition and Speech-to-Text Converter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.4",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "toggle-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Toggle panel"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "panel.js",
                "styles.css",
                "speech.js",
                "draggable.js",
                "helper.js",
                "_locales\/*\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top