Tamil Search
Find the meaning of any English/Tamil word in the browser.
What is Tamil Search?
Tamil Search is a Chrome extension developed by http://tamillexicon.com, and its main feature is "Find the meaning of any English/Tamil word in the browser.".
Extension Screenshots
Download Tamil Search Extension CRX File
Download Tamil 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
அகரமுதலி, அனைத்து ஆங்கில சொற்களுக்குமான தமிழ் விளக்கங்கள் மற்றும் எடுத்துக்காட்டுகள் அடங்கிய இணையம். Tamil lexicon (Dictionary) includes the Tamil explanation and examples to all English words.
Extension Basic Information
Name | |
ID | dnlgjknafbnkpmdoanimlpdaaonndkfp |
Official URL | https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp |
Description | Find the meaning of any English/Tamil word in the browser. |
File Size | 29.57 KB |
Installation Count | 189 |
Current Version | 0.2.1 |
Last Updated | 2013-11-04 |
Publish Date | 2013-11-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://tamillexicon.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.tamillexicon.com/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icons\/128.png", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "description": "Find the meaning of any English\/Tamil word in the browser.", "icons": { "128": "images\/icons\/128.png", "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png" }, "manifest_version": 2, "name": "Tamil Search", "permissions": [ "notifications", "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1" } |