English Tamil Dictionary Search

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

Was ist English Tamil Dictionary Search?

English Tamil Dictionary Search ist eine Chrome-Erweiterung, die von https://parimaanam.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".

Erweiterungsscreenshots

screenshot

English Tamil Dictionary Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie English Tamil Dictionary Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
Offizielle URL https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
Beschreibung This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Dateigröße 16.41 KB
Installationsanzahl 254
Aktuelle Version 1.0
Letztes Update 2017-12-07
Veröffentlichungsdatum 2017-12-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://parimaanam.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}