Google Translate Keyboard Shortcuts
Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area
Google Translate Keyboard Shortcutsคืออะไร?
Google Translate Keyboard Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Translate Keyboard Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย Google Translate Keyboard Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides three simple keyboard shortcuts for Google Translate to make translate and learning pronunciation more efficient. Alt+A to hear the words in the input textbox Alt+C to clear the input textbox Alt+S to swap the languages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Translate Keyboard Shortcuts |
ID | oppadelfinecikcbggmjjicoandngpba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
คำอธิบาย | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
ขนาดไฟล์ | 36.89 KB |
จำนวนการติดตั้ง | 364 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-01-18 |
วันที่เผยแพร่ | 2015-01-18 |
คะแนน | 2.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "30", "name": "Google Translate Keyboard Shortcuts", "description": "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area", "version": "1.0.2", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/translate.google.com\/*" ], "js": [ "scripts\/jquery-1.11.1.min.js", "scripts\/translate.js" ] } ], "browser_action": { "default_title": "Google Translate Keyboard Shortcuts" } } |