English Tamil Dictionary Search

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

Wat is English Tamil Dictionary Search?

English Tamil Dictionary Search is een Chrome-extensie ontwikkeld door https://parimaanam.net, en de belangrijkste functie is "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie English Tamil Dictionary Search

Download English Tamil Dictionary Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
Officiële URL https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
Beschrijving This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Bestandsgrootte 16.41 KB
Aantal Installaties 254
Huidige Versie 1.0
Laatst Bijgewerkt 2017-12-07
Publicatiedatum 2017-12-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://parimaanam.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}