Text speaker

Pronounce selected text

Vad är Text speaker?

Text speaker är en Chrome-tillägg utvecklad av Aliaksei Kirpichenka, och dess huvudfunktion är "Pronounce selected text".

Tilläggsskärmbilder

screenshot

Ladda ner Text speaker-förlängningens CRX-fil

Ladda ner Text speaker-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

                        The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email).
You would need to:
- select text you want to pronounce
- put your mouth in this area
- right click
- Pronounce
If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech

Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.                    

Grundläggande Information om Tillägg

Namn Text speaker Text speaker
ID gcddknjhchnhegfnekbokipolcncpemi
Officiell webbadress https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi
Beskrivning Pronounce selected text
Filstorlek 50.08 KB
Antal Installationer 267
Aktuell Version 1.0
Senast Uppdaterad 2022-05-04
Publiceringsdatum 2022-05-03
Utvecklare Aliaksei Kirpichenka
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text speaker",
    "description": "Pronounce selected text",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tts",
        "storage",
        "contextMenus"
    ]
}