WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Voice Typer

Voice Typer

View on Chrome Web Store
View Voice Typer Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (22 ratings)
1 new ratings
13 views
This extension has been viewed 13 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.

Convert speech to text with Voice Typer: enjoy seamless voice typing, talk to text, and audio transcription via speech recognition.
Type
Extension
Users
2,000 users
500
Website spokenly.app
Spokenly
View author page of Spokenly
Published
Published on March 3, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on April 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voice Typer 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_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png",
        "512": "assets\/512.png"
    },
    "action": {
        "default_title": "Open Extension Settings",
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "64": "assets\/64.png",
            "128": "assets\/128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "welcome.html",
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+X"
            }
        }
    }
}
© 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