Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
ما هو Text To Voice V1.0.2؟
Text To Voice V1.0.2 هو إضافة Chrome تم تطويرها بواسطة Dadaso Zanzane، والميزة الرئيسية لها هي "This extension will convert your text to multiple voice formats.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text To Voice V1.0.2
قم بتنزيل ملفات الامتداد Text To Voice V1.0.2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will convert your text to multiple voice formats. - added play/stop button - enabled right click and play
معلومات أساسية عن التمديد
الاسم | Text To Voice V1.0.2 |
ID | ebgalelknkkbbhdoocnbakmphhjendhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
الوصف | This extension will convert your text to multiple voice formats. |
حجم الملف | 101 KB |
عدد التثبيتات | 561 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-11-14 |
تاريخ النشر | 2015-11-14 |
تقييم | 3.33/5 مجموع تقييمات 9 |
المطور | Dadaso Zanzane |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text To Voice V1.0.2", "description": "This extension will convert your text to multiple voice formats.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "default.html" }, "permissions": [ "activeTab", "tts", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "icon.png" }, "background": { "persistent": false, "scripts": [ "jquery-1.10.2.js", "jquery.cookie.js", "script.js", "background.js" ] } } |