Text translator
Query selected text by using web ditionary
Text translatorคืออะไร?
Text translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BH_Lin และคุณลักษณะหลักของมันคือ "Query selected text by using web ditionary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text translator
ดาวน์โหลดไฟล์ส่วนขยาย Text translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool is for keyword searching by using yahoo dictionary. We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary. [How to use]: 1. select a string. 2. right click on the selection. 3. press the item "search in dictionary" then, you will get the search result. PS: here is my blog http://studiobinghuan.blogspot.tw/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
คำอธิบาย | Query selected text by using web ditionary |
ขนาดไฟล์ | 85.5 KB |
จำนวนการติดตั้ง | 211 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2012-12-17 |
วันที่เผยแพร่ | 2012-12-17 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | BH_Lin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://studiobinghuan.blogspot.tw/ |
URL หน้าช่วยเหลือ | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text translator", "description": "Query selected text by using web ditionary", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "manifest_version": 2 } |