Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
ما هو Basic TTS؟
Basic TTS هو إضافة Chrome تم تطويرها بواسطة cipheos، والميزة الرئيسية لها هي "This extension allows you to interact with the Chrome Text-to-Speech API.".
تحميل ملف CRX للإضافة Basic TTS
قم بتنزيل ملفات الامتداد Basic TTS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
الوصف | This extension allows you to interact with the Chrome Text-to-Speech API. |
حجم الملف | 37.25 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-11-24 |
تاريخ النشر | 2017-11-24 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | cipheos |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basic TTS", "description": "This extension allows you to interact with the Chrome Text-to-Speech API.", "version": "1.0.1", "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "permissions": [ "storage", "contextMenus", "tts" ], "options_page": "\/options\/options.html", "background": { "scripts": [ "\/background\/background.js" ] } } |