Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
ما هو Simple Text To Speech؟
Simple Text To Speech هو إضافة Chrome تم تطويرها بواسطة matrix.nad، والميزة الرئيسية لها هي "simple text-to-speech and text queue card readers for chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Text To Speech
قم بتنزيل ملفات الامتداد Simple Text To Speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
معلومات أساسية عن التمديد
الاسم | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
الوصف | simple text-to-speech and text queue card readers for chrome |
حجم الملف | 592 KB |
عدد التثبيتات | 600 |
النسخة الحالية | 1.5 |
آخر تحديث | 2017-12-22 |
تاريخ النشر | 2017-12-22 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | matrix.nad |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://infinitet3ch.com/simple-tts-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |