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 là gì?
Google Translate Keyboard Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Translate Keyboard Shortcuts
Tải xuống các tệp mở rộng Google Translate Keyboard Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Translate Keyboard Shortcuts |
ID | oppadelfinecikcbggmjjicoandngpba |
URL Chính Thức | https://chromewebstore.google.com/detail/google-translate-keyboard/oppadelfinecikcbggmjjicoandngpba |
Mô tả | Keyboard Shortcuts for Google Translate Alt+A to play audio in text area and Alt+C to clear the text area |
Kích Thước Tệp | 36.89 KB |
Số Lần Cài Đặt | 364 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-01-18 |
Ngày Phát Hành | 2015-01-18 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |