text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

Vad är text reader: Convert text to voice easily?

text reader: Convert text to voice easily är en Chrome-tillägg utvecklad av https://seo-arabic.com, och dess huvudfunktion är "Convert text to voice and Read any page out loud easily, with different languages.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner text reader: Convert text to voice easily-förlängningens CRX-fil

Ladda ner text reader: Convert text to voice easily-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

                        text-to-speech, many languages

It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second.

This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.                    

Grundläggande Information om Tillägg

Namn text reader: Convert text to voice easily text reader: Convert text to voice easily
ID cjabnnkddmpafmfoeonnkmlhjiceniii
Officiell webbadress https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii
Beskrivning Convert text to voice and Read any page out loud easily, with different languages.
Filstorlek 965 KB
Antal Installationer 23
Aktuell Version 1.1.0
Senast Uppdaterad 2021-10-12
Publiceringsdatum 2021-10-12
Utvecklare https://seo-arabic.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://seo-arabic.com/
Hjälpsida URL https://seo-arabic.com/
URL till Sekretesspolicy Sidan https://maaloma.tech/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "text reader: Convert text to voice easily",
    "version": "1.1.0",
    "description": "Convert text to voice and Read any page out loud easily, with different languages.",
    "icons": {
        "16": "images\/icon160.png",
        "48": "images\/icon480.png",
        "128": "images\/icon1280.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon190.png",
            "38": "images\/icon380.png"
        },
        "default_title": "text reader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}