English Tamil Dictionary Search

This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.

Co to jest English Tamil Dictionary Search?

English Tamil Dictionary Search to rozszerzenie Chrome opracowane przez https://parimaanam.net, a jego główną funkcją jest „This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia English Tamil Dictionary Search

Pobierz pliki rozszerzeń English Tamil Dictionary Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
Oficjalny URL https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
Opis This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Rozmiar pliku 16.41 KB
Liczba instalacji 254
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-12-07
Data Publikacji 2017-12-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://parimaanam.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}