Convert Text to ISL
Converts your selected data to ISL
ما هو Convert Text to ISL؟
Convert Text to ISL هو إضافة Chrome تم تطويرها بواسطة Thaparians، والميزة الرئيسية لها هي "Converts your selected data to ISL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert Text to ISL
قم بتنزيل ملفات الامتداد Convert Text to ISL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you to convert your text to ISL(Indian sign language). You can either select the text, right click on it and select convert text to ISL or straight away type your text in our extension. Rest is up to us. Hope your appreciate our efforts.
معلومات أساسية عن التمديد
الاسم | |
ID | cnjkedbgijbppmonekeajnbdokgmkekd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd |
الوصف | Converts your selected data to ISL |
حجم الملف | 248 KB |
عدد التثبيتات | 96 |
النسخة الحالية | 1.02 |
آخر تحديث | 2019-05-17 |
تاريخ النشر | 2019-05-17 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Thaparians |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text to ISL", "version": "1.02", "description": "Converts your selected data to ISL", "icons": { "128": "logo.png", "48": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |