English Tamil Dictionary Search
This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.
什么是English Tamil Dictionary Search?
English Tamil Dictionary Search是由https://parimaanam.net开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary.”。
扩展截图
下载English Tamil Dictionary Search扩展crx文件
下载English Tamil Dictionary Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | bdlanabkaepgmcngpodceogilipgjkkk |
官方URL | https://chrome.google.com/webstore/detail/english-tamil-dictionary/bdlanabkaepgmcngpodceogilipgjkkk |
简介 | This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary. |
文件大小 | 16.41 KB |
安装次数 | 254 |
当前版本 | 1.0 |
更新时间 | 2017-12-07 |
上架时间 | 2017-12-07 |
评分 | 5.00/5 共3次评分 |
开发者 | https://parimaanam.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |