WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Speech to Text Converter

Speech to Text Converter

View on Chrome Web Store
View Speech to Text Converter Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (26 ratings)
2 new ratings
11 views
This extension has been viewed 11 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.

Translate voice into text with speech to text converter. Fast audio to text transcription using automatic speech recognition.
Type
Extension
Users
3,000 users
1K
Igor Polyakov
View author page of Igor Polyakov
Published
Published on February 3, 2025
Version 1.6.0
Manifest version
3
Updated
Updated on April 6, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View 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",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.6.0",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "64": "img\/logo-64.png",
        "96": "img\/logo-128-96.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-90bcd6b3.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script.ts-loader-d3ef9c65.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-48.png",
                "img\/logo-64.png",
                "img\/logo-128-96.png",
                "img\/logo-128.png",
                "img\/permission-enabling.webp",
                "pages\/permission\/index.html",
                "pages\/permission\/requestPermission.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "img\/recorder.svg",
                "icons\/logo.svg",
                "assets\/chunk-09f48e00.js",
                "assets\/chunk-874c5426.js",
                "assets\/chunk-73377495.js",
                "assets\/chunk-d28f053d.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-a44126cb.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/localhost:3000\/*",
        "<all_urls>"
    ]
}
© 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