WebExtension.net
Toggle dark mode
WebExtension.net

Text to Speech Reader

View on Chrome Web Store
View Text to Speech Reader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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 Text to Speech Reader app for seamless listening. Perfect for reading text aloud and enhancing accessibility with TTS Reader.
Type
Extension
Users
466 users
13
text*******************
View author page of text*******************
Published
Published on November 24, 2024
Version 0.0.3
Manifest version
3
Updated
Updated on December 16, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Text to Speech Reader 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_name__",
    "description": "__MSG_description__",
    "version": "0.0.3",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "tts",
        "background",
        "storage",
        "scripting",
        "activeTab",
        "sidePanel"
    ],
    "default_locale": "en",
    "action": {
        "default_title": "Click to open panel"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/draggableWidget.js"
            ],
            "world": "ISOLATED"
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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