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是由https://aivoov.com開發的Chrome擴展程式,該擴展的主要功能是“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

下載AiVOOV - Text to Speech Solution擴展crx文件

下載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
官方網址 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"
    }
}