Speak in Slides
Text to Speech in Google Slides
Speak in Slides क्या है?
Speak in Slides Andrew Swank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text to Speech in Google Slides"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speak in Slides एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get TTS right in Google Slides. To use a female voice, put text between a < and a > characters. To use a male voice, put the text between these << and these >> characters. When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
विवरण | Text to Speech in Google Slides |
फ़ाइल का आकार | 48.68 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-07-24 |
प्रकाशन तिथि | 2017-07-24 |
रेटिंग | 1.88/5 कुल 8 रेटिंग्स |
डेवलपर | Andrew Swank |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speak in Slides", "author": "Andrew Swank", "description": "Text to Speech in Google Slides", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "content.js" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "permissions": [ "https:\/\/docs.google.com\/*", "activeTab", "tts" ], "version": "1.0.4" } |