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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://parimaanam.net และคุณลักษณะหลักของมันคือ "This extension allows the user to search selected word in shabdkosh Eng-Tam dictionary."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English Tamil Dictionary Search
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |