WebExtension.net
Toggle dark mode
WebExtension.net

Voice In - Speech-To-Text Dictation

View on Chrome Web Store
View Voice In - Speech-To-Text Dictation Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (2,139 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 dictation to type in 10k+ sites in 50+ languages. VoiceIn transcribes your speech to text in real time.
Type
Extension
Users
500,000 users
100K
Website dictanote.co
Dictanote
View author page of Dictanote
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 23, 2017
Version 4.25
Manifest version
3
Updated
Updated on February 20, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voice In - Speech-To-Text 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
{
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_desc__",
    "version": "4.25",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/ic_mic_gray_36dp.png",
        "default_title": "Click to start \/ stop recording"
    },
    "content_scripts": [
        {
            "js": [
                "js\/cs\/cs_top.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true,
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "js\/cs\/cs_all.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+L"
            }
        },
        "lang1_ks": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Language 1 Shortcut"
        },
        "lang2_ks": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Language 2 Shortcut"
        },
        "lang3_ks": {
            "description": "Language 3 Shortcut"
        },
        "audio_scribe": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "AudioScribe Shortcut"
        }
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "144": "images\/icon144.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dictanote.co\/*",
            "https:\/\/dictanote.co\/*",
            "http:\/\/localhost:8000\/*"
        ]
    },
    "homepage_url": "https:\/\/dictanote.co\/voicein\/",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmirIhYBELatT2FSHfvt2ObSVa\/RXVeYjEOrgph8CzxyHWPuXO5t4t9bmFcYo7\/3m7YW8A5yycyWu5or0NKW5zWaje130cVs6HAnjF0BlhMcPBEkyX8OAFVduyyi3gOZpa0h6lUSAIbdsVuQcVAuEIgz9ty14Tf7619QoZKmI\/S\/VFqwzxB2CLTY7F40yYJUTBWarCXCKG4ceq3ScC5+0Z4MR5iWRGR14a2exHlGCQW5mG+2kb5GMjmWudr2Q\/q4yi0f5JgcixHZIidCfAVrCA+EOMQKzXkBNkrGCw\/XjnBDYUr3SknnO6Pqoqgp1BxTKUMCcx20\/u32UR7zfiqAGnQIDAQAB",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "debugger",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "settings.html",
                "setup.html",
                "audioscribe.html",
                "audio\/*.wav"
            ],
            "matches": [
                "<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