Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 17, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MuVu-TalkScribe: Speak to Type",
"version": "2.3",
"description": "Input text by speaking on web pages. With multi-language support and smart punctuation.",
"permissions": [
"scripting",
"activeTab",
"storage",
"contextMenus",
"tabs",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"options_page": "sound_settings.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"fingerprint_canonical.js",
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"16": "icons\/icon-gray-16.png",
"32": "icons\/icon-gray-32.png",
"48": "icons\/icon-gray-48.png",
"128": "icons\/icon-gray-128.png"
},
"default_title": "MuVu-TalkScribe"
},
"homepage_url": "https:\/\/muvusoft.site\/talkscribe\/",
"web_accessible_resources": [
{
"resources": [
"overlay.js",
"dictation_pad.js"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"toggle-listening": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "Command+I"
},
"description": "Toggle microphone"
},
"reset-microphone": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+Q"
},
"description": "Reset microphone state"
},
"toggle-language": {
"suggested_key": {
"default": "Alt+Q",
"mac": "MacCtrl+Q"
},
"description": "Toggle between current and previous language"
},
"toggle-dictation-pad": {
"suggested_key": {
"default": "Ctrl+M",
"mac": "Command+M"
},
"description": "Toggle Dictation Pad"
}
},
"icons": {
"16": "icons\/icon-gray-16.png",
"32": "icons\/icon-gray-32.png",
"48": "icons\/icon-gray-48.png",
"128": "icons\/icon-gray-128.png"
}
}