English Tamil Dictionary Search
This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
ما هو English Tamil Dictionary Search؟
English Tamil Dictionary Search هو إضافة Chrome تم تطويرها بواسطة https://parimaanam.net، والميزة الرئيسية لها هي "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة English Tamil Dictionary Search
قم بتنزيل ملفات الامتداد English Tamil Dictionary Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows the user to find Tamil meaning for the highlighted text in the browser from Shabdkosh English to Tamil dictionary. This is not an official extension from Shabdkosh. Developed by https://parimaanam.net
معلومات أساسية عن التمديد
الاسم | |
ID | bdlanabkaepgmcngpodceogilipgjkkk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk |
الوصف | This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary. |
حجم الملف | 16.41 KB |
عدد التثبيتات | 254 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-12-07 |
تاريخ النشر | 2017-12-07 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://parimaanam.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ta |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "English Tamil Dictionary Search", "description": "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.", "version": "1.0", "permissions": [ "activeTab", "storage", "contextMenus", "tabs" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" }, "background": { "page": "background.html" } } |