Speak Any Text
Select any text you want to read and just listen to it!
Speak Any Text क्या है?
Speak Any Text Twopeople Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select any text you want to read and just listen to it!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speak Any Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are your eyes tired of reading? Select any text you want to read and just listen to it! Instant Speech will convert the text into human speech, so you’ll no longer have to read. Instant Speech pronounces selected text using latest Text-to-Speech technologies with language auto-detection. The extension can read any text in 56 languages. How to use: – Select the text you want to read. – Click the Instant Speech icon to start listening or right-click the text and choose “Read with Instant Speech” – To stop the speech at any time click the icon again This extension uses the Google Text-to-Speech API. Please rate the extension if you like it. Supported languages: Afrikaans, Albanian, Amharic, Arabic, Armenian, Bosnian, Catalan, ChineseSimplified, ChineseTraditional, Corsican, Croatian, Czech, Danish, Dutch, English, Esperanto, Finnish, French, Frisian, German, Greek, Hawaiian, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, KurdishKurmanji, Kyrgyz, Latin, Latvian, Luxembourgish, Macedonian, Norwegian, Pashto, Polish, Portuguese, Romanian, Russian, Samoan, ScotsGaelic, Serbian, Shona, Sindhi, Slovak, Spanish, Swahili, Swedish, Tamil, Thai, Turkish, Vietnamese, Welsh, Xhosa
एक्सटेंशन की मूल जानकारी
नाम | Speak Any Text |
ID | ckdcladimoocjeeiopknkdmpppmpeagb |
आधिकारिक URL | https://chromewebstore.google.com/detail/speak-any-text/ckdcladimoocjeeiopknkdmpppmpeagb |
विवरण | Select any text you want to read and just listen to it! |
फ़ाइल का आकार | 32.78 KB |
स्थापना संख्या | 9,698 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-05-25 |
प्रकाशन तिथि | 2017-05-25 |
रेटिंग | 3.72/5 कुल 60 रेटिंग्स |
डेवलपर | Twopeople Software |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twopeoplesoftware.com |
सहायता पृष्ठ URL | https://twopeoplesoftware.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Twopeople Software e.U.", "background": { "page": "html\/background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icons\/icon19.png", "38": "images\/icons\/[email protected]" }, "default_title": "__MSG_AppName__" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "src\/inject.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; connect-src *; media-src data: http:\/\/insttranslate.com; object-src 'self'", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https:\/\/twopeoplesoftware.com", "icons": { "128": "images\/icons\/icon128.png", "16": "images\/icons\/icon16.png", "256": "images\/icons\/[email protected]", "32": "images\/icons\/[email protected]", "48": "images\/icons\/icon48.png", "96": "images\/icons\/[email protected]" }, "manifest_version": 2, "name": "__MSG_AppName__", "options_page": "html\/options.html", "permissions": [ "*:\/\/*\/*", "contextMenus" ], "version": "1.0.0", "web_accessible_resources": [] } |