Tamil and English Dictionary
Dictionary for Tamil to English and English to Tamil
What is Tamil and English Dictionary?
Tamil and English Dictionary is a Chrome extension developed by Sajeev Chandrapragasam, and its main feature is "Dictionary for Tamil to English and English to Tamil".
Extension Screenshots
Download Tamil and English Dictionary Extension CRX File
Download Tamil and English Dictionary 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
இந்த குரோம் செயலியானது நீங்கள் உலவும் வலை பக்கங்களில் உள்ள ஆங்கில சொற்களின் அர்த்தத்தை தமிழிலும், தமிழ் சொற்களின் அர்த்தத்தை ஆங்கிலத்திலும் உடனுக்குடன் அறிய உதவுகிறது. நீங்கள் இந்த செயலியை செயற்படுத்துவதற்கு செய்யவேண்டியது: -> முதலாவதாக நீங்கள் இந்த செயலியை குரோம் உலவியில் நிறுவவேண்டும். -> நிறுவும் போது வரும் செயற்பாட்டு திரையில் உங்களது தெரிவை உறுதிப்படுத்தவும் (அதாவது தமிழா இல்லை ஆங்கில அகராதியா என்று தெரிவு செய்யவும்). -> நீங்கள் குரோம் உலவியை மறு தொடக்கம் செய்யும் போது உங்களது தமிழ் - ஆங்கில அகராதி செயற்படுத்தப்படும். -> பின்பு நீங்கள் உலவும் எந்தவொரு வலைப்பின்னலிலும் உள்ள சொல்லை தெரிவு செய்து, அதன் மேல் இடது சொடுக்கு செய்து வரும் திரையில் தமிழ் - ஆங்கில அகராதியை சொடுக்கவும். -> இப்பொழுது நீங்கள் இலகுவாக சொற்களின் அர்த்தங்களை அறிந்து கொள்ளக் கூடியதாய் இருக்கும். While you are surfing internet using this Chrome extension will help to find meaning of the English word in Tamil as well as Tamil word in English.
Extension Basic Information
Name | |
ID | pjehiikcklifbfanmflgamdncnaclnkc |
Official URL | https://chrome.google.com/webstore/detail/pjehiikcklifbfanmflgamdncnaclnkc |
Description | Dictionary for Tamil to English and English to Tamil |
File Size | 62.06 KB |
Installation Count | 19 |
Current Version | 4.0.0.1 |
Last Updated | 2014-02-10 |
Publish Date | 2014-02-10 |
Rating | 4.44/5 Total 16 Ratings |
Developer | Sajeev Chandrapragasam |
Payment Type | free |
Extension Website | http://techresolve.blogspot.com/ |
Help Page URL | https://chrome.google.com/webstore/detail/pjehiikcklifbfanmflgamdncnaclnkc |
Supported Languages | en |
manifest.json | |
{ "name": "Tamil and English Dictionary", "version": "4.0.0.1", "description": "Dictionary for Tamil to English and English to Tamil", "background": "background.html", "browser_action": { "default_icon": "Icon1.png", "default_title": "On Click Tamil and English Dictionary", "popup": "options.html" }, "icons": { "128": "icon1.png", "16": "icon4.png", "32": "icon3.png", "48": "icon2.png" }, "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |