easyWords
Translate it, faster and easier
easyWordsคืออะไร?
easyWords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sataniccrow และคุณลักษณะหลักของมันคือ "Translate it, faster and easier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย easyWords
ดาวน์โหลดไฟล์ส่วนขยาย easyWords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Translate what you want as fast as you can without leaving your page :) ... This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx). Now this service has been shut down as well as the generation of API key.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | easyWords |
ID | faiilkphlbkfnjddbappbaahpmafhmbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
คำอธิบาย | Translate it, faster and easier |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.4.9 |
อัปเดตครั้งล่าสุด | 2021-10-19 |
วันที่เผยแพร่ | 2018-04-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | sataniccrow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "grapx\/ghost.png", "default_popup": "html\/main.html" }, "content_scripts": [ { "js": [ "js\/jquery-1.8.3.min.js", "js\/json2.js", "js\/api.js", "js\/trigger.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Translate it, faster and easier", "icons": { "128": "grapx\/ghost.png" }, "manifest_version": 2, "name": "easyWords", "permissions": [ "storage", " |