WebExtension.net
Toggle dark mode
WebExtension.net

TalkaType - Simple, Secure Web Dictation

View on Chrome Web Store
View TalkaType - Simple, Secure Web Dictation Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (19 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Use your voice to type on any website in real-time.
Type
Extension
Users
3,000 users
1K
Website talkatype.com
Theis Frøhlich
View author page of Theis Frøhlich
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 29, 2023
Version 1.0.2
Manifest version
3
Updated
Updated on June 15, 2024
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TalkaType - Simple, Secure Web Dictation 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": "TalkaType - Simple, Secure Web Dictation",
    "version": "1.0.2",
    "description": "Use your voice to type on any website in real-time.",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "contextMenus",
        "commands"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "commands": {
        "toggle-inject": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "Turn extension on\/off"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "assets\/webm\/*.webm",
                "icon-128.png",
                "icon-34.png",
                "src\/pages\/recognition\/index.html",
                "src\/pages\/recognition\/index.js",
                "src\/pages\/options\/index.html",
                "src\/pages\/options\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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