English Tamil Dictionary Search
This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Cos'è English Tamil Dictionary Search?
English Tamil Dictionary Search è un'estensione di Chrome sviluppata da https://parimaanam.net, e la sua funzione principale è "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione English Tamil Dictionary Search
Scarica i file di estensione English Tamil Dictionary Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bdlanabkaepgmcngpodceogilipgjkkk |
URL Ufficiale | https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk |
Descrizione | This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary. |
Dimensione del File | 16.41 KB |
Conteggio Installazioni | 254 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-12-07 |
Data di Pubblicazione | 2017-12-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://parimaanam.net |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |