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 |
官方網址 | 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" } } |