Talkie: text-to-speech, many languages!

Fast, easy, high-quality text to speech in over 40 languages. Read out loud from websites, PDF, email. Speak text with TTS.

Talkie: text-to-speech, many languages! क्या है?

Talkie: text-to-speech, many languages! https://joelpurra.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast, easy, high-quality text to speech in over 40 languages. Read out loud from websites, PDF, email. Speak text with TTS."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Talkie: text-to-speech, many languages! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # Install additional voices

New voices, languages, dialects can be downloaded for FREE for your operating system from for example Microsoft, Apple, and Google. Once installed correctly, Talkie will auto-detect them.

☑ Windows 11: Settings → Time & Language → Language & Region
☑ Windows 10: Settings → Time & Language → Language
☑ macOS: System Preferences → Accessibility → Speech → System voice → Customize...
☑ ChromeOS: Settings → Manage accessibility features → Text-to-Speech voice settings → Speech Engines



# Usage

1. Select desired text on any web page.
2. Click the Talkie button in your browser bar

You can also select the text, then right click on it, and choose Talkie in the menu. This way also works in PDF-files and some special types of pages in Chrome.

https://joelpurra.com/projects/talkie/#usage



# Shortcut keys

A convenient option is to use the Talkie shortcut keys:

☑ ⌘+Shift+A on macOS
☑ Ctrl+Shift+A on Windows, Linux, Chrome OS
☑ ⌘+Shift+1 or Ctrl+Shift+1 to read text from the clipboard in any program (Talkie Premium feature)

If the key does not work, please check that it is not already in use by another extension. How to check or change the Talkie shortcut key:

https://joelpurra.com/projects/talkie/#shortcut-keys



# Features

☑ Lets you listen to the selected text on any part of a page -- a short snippet or an entire news article. Just highlight what you want to hear read aloud and hit play.

☑ Automatically detects the text language per-page, and chooses a voice in the same language to match it.

☑ Privacy aware -- no unnecessary tracking or external services.



# Voices

☑ Uses your browser's built-in Web Speech API for text-to-speech (TTS) known as Speech Synthesis.

☑ All text and speech is processed internally by your browser. While ultimately depending on your specific browser, all processing is expected to be done on your own machine and not use a server.

☑ The available voices may differ depending on your operating system, browser, browser version, and any other installed extensions/software.

☑ Custom voices using Speech Application Programming Interface (SAPI) should work, but not all have been tested.

https://joelpurra.com/projects/talkie/#install-additional-voices



# Upgrade to Talkie Premium!

☑ Select your favorite voice per language!
☑ Adjust the speed and pitch per language!
☑ Read text from the clipboard in any program!


# Open source

For open source code (GPL-3.0) and more, see the project web page:

https://joelpurra.com/projects/talkie/

See also additional tools developed by Joel Purra:

https://joelpurra.com/                    

एक्सटेंशन की मूल जानकारी

नाम Talkie: text-to-speech, many languages! Talkie: text-to-speech, many languages!
ID enfbcfmmdpdminapkflljhbfeejjhjjk
आधिकारिक URL https://chromewebstore.google.com/detail/talkie-text-to-speech-man/enfbcfmmdpdminapkflljhbfeejjhjjk
विवरण Fast, easy, high-quality text to speech in over 40 languages. Read out loud from websites, PDF, email. Speak text with TTS.
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 54,345
वर्तमान संस्करण v7.0.0 Chrome Extension (2021-12-31)
अंतिम अपडेट 2022-01-05
प्रकाशन तिथि 2019-05-11
रेटिंग 3.64/5 कुल 158 रेटिंग्स
डेवलपर https://joelpurra.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://joelpurra.com/projects/talkie/
सहायता पृष्ठ URL https://joelpurra.com/projects/talkie/
समर्थित भाषाएँ id,de,en,fr,sw,nl,no,vi,tr,da,es,it,hu,pl,ro,sk,fi,sv,cs,el,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "7.0.0",
    "version_name": "v7.0.0 Chrome Extension (2021-12-31)",
    "content_security_policy": "default-src 'self'; script-src 'self'; object-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';",
    "externally_connectable": {
        "ids": []
    },
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Joel Purra",
    "homepage_url": "https:\/\/joelpurra.com\/projects\/talkie\/",
    "background": {
        "page": ".\/packages\/browser-background\/src\/background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "__MSG_commandBrowserActionDescription__"
        },
        "start-stop": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_commandStartStopDescription__"
        },
        "read-clipboard": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "__MSG_commandReadClipboardDescription__",
            "global": true
        }
    },
    "options_ui": {
        "page": ".\/packages\/options-renderer\/src\/options.html#settings",
        "chrome_style": false,
        "browser_style": false,
        "open_in_tab": true
    },
    "requirements": [],
    "offline_enabled": true,
    "default_locale": "en",
    "browser_action": {
        "browser_style": false,
        "default_title": "__MSG_buttonDefaultTitle_Static__",
        "default_icon": {
            "16": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-16x16.png",
            "32": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-32x32.png",
            "48": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-48x48.png",
            "64": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-64x64.png",
            "128": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-128x128.png",
            "256": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-256x256.png",
            "512": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-512x512.png",
            "1024": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-1024x1024.png"
        }
    },
    "icons": {
        "16": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-16x16.png",
        "32": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-32x32.png",
        "48": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-48x48.png",
        "64": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-64x64.png",
        "128": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-128x128.png",
        "256": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-256x256.png",
        "512": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-512x512.png",
        "1024": ".\/packages\/shared-resources\/src\/resources\/icon\/free\/icon-play\/icon-1024x1024.png"
    }
}