WebTranslate
WebTranslate give you the ability to translate your web page in 104 different languages!.
WebTranslate là gì?
WebTranslate là một tiện ích mở rộng Chrome được phát triển bởi Mohamed Arradi-Alaoui, và tính năng chính của nó là "WebTranslate give you the ability to translate your web page in 104 different languages!.".
Ả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 WebTranslate
Tải xuống các tệp mở rộng WebTranslate 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
WebTranslate is an Open Source add-on which allow you to translate your web page in more than 100 differents languages. And all of this comes with one small ergonomic contextual menu when you right click on one of your web pages. (See attached screenshots below). Features available ** You can choose your translate engine between Google or Bing. More translate engine will come up later !. ** If you require to keep your current page, it is possible, you can choose how the new translate page will come up (in a new tab or use the current one). If you have any improvements to add or suggestions, please you are welcome to send to me by email to [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebTranslate |
ID | gdmapdijiljmjingeihifkgchmfiaaic |
URL Chính Thức | https://chromewebstore.google.com/detail/webtranslate/gdmapdijiljmjingeihifkgchmfiaaic |
Mô tả | WebTranslate give you the ability to translate your web page in 104 different languages!. |
Kích Thước Tệp | 64.81 KB |
Số Lần Cài Đặt | 1,955 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-06-13 |
Ngày Phát Hành | 2019-06-13 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Mohamed Arradi-Alaoui |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://arradimohamed.fr |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "version": "1.0.0", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "background": { "scripts": [ ".\/data\/js\/background.js" ], "persistent": false }, "browser_action": { "browser_style": false, "default_popup": ".\/data\/html\/popup_menu.html", "default_icon": { "16": "\/images\/weTranslate16.png", "32": "\/images\/weTranslate32.png", "48": "\/images\/weTranslate48.png", "128": "\/images\/weTranslate128.png" } }, "icons": { "16": "\/images\/weTranslate16.png", "32": "\/images\/weTranslate32.png", "48": "\/images\/weTranslate48.png", "128": "\/images\/weTranslate128.png" }, "manifest_version": 2 } |