AiVOOV - Text to Speech Solution

AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).

Τι είναι το AiVOOV - Text to Speech Solution;

Το AiVOOV - Text to Speech Solution είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aivoov.com, και η κύρια λειτουργία του είναι "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AiVOOV - Text to Speech Solution

Λήψη αρχείων επέκτασης AiVOOV - Text to Speech Solution σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Bring your work to the top with AiVOOV's Voice Over text-to-speech technology. Create realistic voices for any text in seconds by using over 900+ realistic voices across 125+ languages.

AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). AiVOOV is not restricted to the English language as it also supports numerous other local languages. You don't have to look for a separate tool to translate text into voices in different languages.

How to use?

Simply navigate to the webpage you wish to read, then select the text and right-click. You can see the "Play Now" option, Click on it, the automatic playback of the selected text on the page will begin.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AiVOOV - Text to Speech Solution AiVOOV - Text to Speech Solution
ID afgidegjibfjlpncojaahknmiicblonl
Επίσημο URL https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl
Περιγραφή AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).
Μέγεθος Αρχείου 132 KB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-03-14
Ημερομηνία Δημοσίευσης 2023-02-06
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://aivoov.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://aivoov.com
Διεύθυνση URL της Σελίδας Βοήθειας https://aivoov.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://aivoov.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AiVOOV - Text to Speech Solution",
    "version": "1.2",
    "description": "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "action": {
        "popup": "popup.html",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "contextMenus",
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}