Voicepods - Realistic Text to Speech
Bring words to realistic AI generated voice - Convert any written text on the web into speech.
Voicepods - Realistic Text to Speech क्या है?
Voicepods - Realistic Text to Speech Voicepods द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring words to realistic AI generated voice - Convert any written text on the web into speech."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voicepods - Realistic Text to Speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Voicepods enables you to listen to any text on any website with realistic AI generated Voices. Easily convert selected text or the entire page with one click and listen through the Chrome extension. It automatically syncs with your Voicepods account so that you can listen anywhere you go! Choose from over 24 voices in 10 languages including Dutch, French, German, Italian, Korean, Japanese, Turkish, Spanish (Latin American and European), Hindi (Written as English, or Hindi). - Listen to selected text in over 10 languages - Voicepods automagically extracts out the relevant parts in web pages so that the audio only contains the content of the website and not extras like navigation - Syncs with Voicepods so that you can listen anywhere you log in - Control the pace of the audio playback to your liking
एक्सटेंशन की मूल जानकारी
नाम | Voicepods - Realistic Text to Speech |
ID | fihebcnndekipadhomlgaiajoipkophe |
आधिकारिक URL | https://chromewebstore.google.com/detail/voicepods-realistic-text/fihebcnndekipadhomlgaiajoipkophe |
विवरण | Bring words to realistic AI generated voice - Convert any written text on the web into speech. |
फ़ाइल का आकार | 1.66 MB |
स्थापना संख्या | 2,504 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2019-08-20 |
प्रकाशन तिथि | 2019-08-19 |
रेटिंग | 2.80/5 कुल 5 रेटिंग्स |
डेवलपर | Voicepods |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Bring words to realistic AI generated voice - Convert any written text on the web into speech.", "short_name": "Voicepods", "name": "Voicepods - Realistic Text to Speech", "version": "0.1.0", "browser_action": { "default_popup": "index.html", "default_title": "Voicepods - Realistic Text to Speech" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "background": { "persistent": true, "scripts": [ "background.js", "jquery.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "swal.css" ], "js": [ "swal.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [ "storage", "tabs", "contextMenus", "http:\/\/app.voicepods.com\/*" ], "web_accessible_resources": [ "confirmation.html" ] } |