English Tamil Dictionary Search

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

Vad är English Tamil Dictionary Search?

English Tamil Dictionary Search är en Chrome-tillägg utvecklad av https://parimaanam.net, och dess huvudfunktion är "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".

Tilläggsskärmbilder

screenshot

Ladda ner English Tamil Dictionary Search-förlängningens CRX-fil

Ladda ner English Tamil Dictionary Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn English Tamil Dictionary Search English Tamil Dictionary Search
ID bdlanabkaepgmcngpodceogilipgjkkk
Officiell webbadress https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk
Beskrivning This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Filstorlek 16.41 KB
Antal Installationer 254
Aktuell Version 1.0
Senast Uppdaterad 2017-12-07
Publiceringsdatum 2017-12-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://parimaanam.net
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}