English Tamil Dictionary Search

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

Hvad er English Tamil Dictionary Search?

English Tamil Dictionary Search er en Chrome-udvidelse udviklet af https://parimaanam.net, og dens hovedfunktion er "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".

Udvidelsesskærmbilleder

screenshot

Download English Tamil Dictionary Search-udvidelses-CRX-fil

Download English Tamil Dictionary Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
Officiel URL https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
Beskrivelse This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Filstørrelse 16.41 KB
Antal Installationer 254
Nuværende Version 1.0
Senest Opdateret 2017-12-07
Udgivelsesdato 2017-12-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://parimaanam.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}