It's all Greek to me!
Instant translation of selected text using Google Translate.
It's all Greek to me! là gì?
It's all Greek to me! là một tiện ích mở rộng Chrome được phát triển bởi Chris Gatzonis, và tính năng chính của nó là "Instant translation of selected text using Google Translate.".
Ả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 It's all Greek to me!
Tải xuống các tệp mở rộng It's all Greek to me! 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
If "It's all Greek to you" use this extension for Google Chrome to translate any text on the web on any language to your desired language*.It's so simple to use: 1. After adding the extension click the question mark button in the upper right corner of the browser. 2. Select your desired language. 3. Highlight any text on the web. 4. Right click with the text highlighted and click 'It's all Greek to me!' . 5. A new tab with Google Translate opens with the selected text to your desired language. *Google Translate languages supported
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | It's all Greek to me! |
ID | cdbnocffdnhncgkdoonldahmpkdpaifl |
URL Chính Thức | https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl |
Mô tả | Instant translation of selected text using Google Translate. |
Kích Thước Tệp | 8.96 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-05-28 |
Ngày Phát Hành | 2013-05-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Chris Gatzonis |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "It's all Greek to me!", "version": "1.0", "manifest_version": 2, "description": "Instant translation of selected text using Google Translate.", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |