WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Speech to Text Google Docs

Speech to Text Google Docs

View on Chrome Web Store
View Speech to Text Google Docs Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 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 Speech to Text Google Docs. Сonvert voice or talk to text in Google Docs. Transcribe any audio file or browser sound to text
Type
Extension
Users
301 users
7
cws.tools7
View author page of cws.tools7
Published
Published on June 29, 2025
Version 1.4
Manifest version
3
Updated
Updated on December 9, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Speech to Text Google Docs 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": "Speech to Text Google Docs",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.4",
    "oauth2": {
        "client_id": "238908471691-s8c1fr5rbtfcn6edo1kelc42hn6vndv6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png",
            "512": "icons\/512.png"
        },
        "default_title": "Speech to Text Google Docs"
    },
    "background": {
        "service_worker": "scripts\/background.DUEmCjjp.js",
        "type": "module"
    },
    "permissions": [
        "sidePanel",
        "offscreen",
        "storage",
        "tabs",
        "tabCapture",
        "identity",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/script.H1pHv6l_.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "side_panel": {
        "default_path": "pages\/sidebar\/index.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "host_permissions": [
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.docs.google.com\/*",
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "pages\/*",
                "scripts\/*",
                "*.js"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 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