English Tamil Dictionary Search
This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
What is English Tamil Dictionary Search?
English Tamil Dictionary Search is a Chrome extension developed by https://parimaanam.net, and its main feature is "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.".
Extension Screenshots
Download English Tamil Dictionary Search Extension CRX File
Download English Tamil Dictionary Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bdlanabkaepgmcngpodceogilipgjkkk |
Official URL | 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. |
File Size | 16.41 KB |
Installation Count | 254 |
Current Version | 1.0 |
Last Updated | 2017-12-07 |
Publish Date | 2017-12-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://parimaanam.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |