WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MicBuddy – Speak to Type

MicBuddy – Speak to Type

View on Chrome Web Store
View MicBuddy – Speak to Type Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Voice-to-text input for any text field on the web using native Web Speech API
Type
Extension
Users
23 users
3
benjaminsaintpeter
View author page of benjaminsaintpeter
Published
Published on July 18, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on July 21, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View MicBuddy – Speak to Type 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": "MicBuddy \u2013 Speak to Type",
    "version": "1.0.1",
    "description": "Voice-to-text input for any text field on the web using native Web Speech API",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "start-voice-input": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "Start voice dictation in focused input field"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "utils.js",
                "speech.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "MicBuddy \u2013 Speak to Type",
        "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