YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
YAL Toolคืออะไร?
YAL Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chesnerdesir.blogspot.com และคุณลักษณะหลักของมันคือ "Quick language tool, convenient and unofficial backend for some language sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YAL Tool
ดาวน์โหลดไฟล์ส่วนขยาย YAL Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is Yet Another Language Tool that is a shortcut to features like translation/definition of sites like Reverso.net, Linguee.fr, Wiktionary.org, Urban dictionary. Features: 1) Your search request is redirected to the associated features on these sites and your preferred options are automatically saved. 2) Spread option will launch your request with all related sites, e.g. a query for translation f "whistle" will bring reverso, linguee sites with loaded parameters. Consider this application just as a convenient and easy tool to access these features. We have no relation with the sites mentioned above. If you have suggestions, send us a mail or put a comment below.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
คำอธิบาย | Quick language tool, convenient and unofficial backend for some language sites. |
ขนาดไฟล์ | 50.28 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2012-09-22 |
วันที่เผยแพร่ | 2012-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://chesnerdesir.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "YAL Tool", "description": "Quick language tool, convenient and unofficial backend for some language sites.", "version": "1.0.6", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Yet Another Language Tool", "default_icon": "icon.png", "default_popup": "popup.html" } } |