English Tamil Dictionary Search
This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
Qu'est-ce que English Tamil Dictionary Search ?
English Tamil Dictionary Search est une extension Chrome développée par https://parimaanam.net, et sa fonction principale est "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension English Tamil Dictionary Search
Téléchargez les fichiers d'extension English Tamil Dictionary Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bdlanabkaepgmcngpodceogilipgjkkk |
URL Officiel | https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk |
Description | This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary. |
Taille du Fichier | 16.41 KB |
Nombre d'Installations | 254 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-12-07 |
Date de Publication | 2017-12-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://parimaanam.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |