Text to voice

Convert text to voice to Read any page easily.

Vad är Text to voice?

Text to voice är en Chrome-tillägg utvecklad av https://quiestmohamed.org, och dess huvudfunktion är "Convert text to voice to Read any page easily.".

Tilläggsskärmbilder

screenshot

Ladda ner Text to voice-förlängningens CRX-fil

Ladda ner Text to voice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

Grundläggande Information om Tillägg

Namn Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
Officiell webbadress https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
Beskrivning Convert text to voice to Read any page easily.
Filstorlek 488 KB
Antal Installationer 61
Aktuell Version 1.2.2
Senast Uppdaterad 2021-10-20
Publiceringsdatum 2021-10-20
Utvecklare https://quiestmohamed.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://quiestmohamed.org
Hjälpsida URL https://quiestmohamed.org
URL till Sekretesspolicy Sidan https://maaloma.tech/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}