WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Audio To Text Transcription

Audio To Text Transcription

View on Chrome Web Store
View Audio To Text Transcription Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Use Audio To Text Transcription powered by Groq and Whisper to convert your voice recording or audio file into clear text instantly
Type
Extension
Users
408 users
12
jacobptashek782
View author page of jacobptashek782
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 15, 2025
Version 1.5.1
Manifest version
3
Updated
Updated on December 16, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Audio To Text Transcription 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.5.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "permissions": [
        "sidePanel",
        "storage",
        "offscreen",
        "tabCapture",
        "tabs",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ],
            "css": [
                "content-scripts\/content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "css": [
                "content-scripts\/content.css"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/animations\/*.json",
                "fonts\/*.woff2",
                "microSettings.png",
                "html\/offscreen.html",
                "offscreen.js",
                "html\/microphone-permission.html",
                "html\/microphone-permission.js",
                "html\/loadFonts.js",
                "lib\/amplitude.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 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