Tamil Search
Find the meaning of any English/Tamil word in the browser.
什么是Tamil Search?
Tamil Search是由http://tamillexicon.com开发的Chrome扩展程序,该扩展的主要功能是“Find the meaning of any English/Tamil word in the browser.”。
扩展截图
下载Tamil Search扩展crx文件
下载Tamil Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
அகரமுதலி, அனைத்து ஆங்கில சொற்களுக்குமான தமிழ் விளக்கங்கள் மற்றும் எடுத்துக்காட்டுகள் அடங்கிய இணையம். Tamil lexicon (Dictionary) includes the Tamil explanation and examples to all English words.
扩展基本信息
名称 | |
ID | dnlgjknafbnkpmdoanimlpdaaonndkfp |
官方URL | https://chrome.google.com/webstore/detail/tamil-search/dnlgjknafbnkpmdoanimlpdaaonndkfp |
简介 | Find the meaning of any English/Tamil word in the browser. |
文件大小 | 29.57 KB |
安装次数 | 189 |
当前版本 | 0.2.1 |
更新时间 | 2013-11-04 |
上架时间 | 2013-11-04 |
评分 | 3.00/5 共2次评分 |
开发者 | http://tamillexicon.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.tamillexicon.com/privacy-policy.html |
支持的语言 | 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" } |