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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |