EduKoala
With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage
EduKoala là gì?
EduKoala là một tiện ích mở rộng Chrome được phát triển bởi EduKoala, và tính năng chính của nó là "With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage".
Ả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 EduKoala
Tải xuống các tệp mở rộng EduKoala 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
EduKoala Plugin for Chrome enables users to translate vocabulary whenever they surf through the Internet. Solution is extremely easy, with double click you get a translation from Google Translate. If you are also an EduKoala App user you are able to add vocabulary with one additional click and learn words you don't know on your smartphone Our products helps to learn many languages like English, Spanish, Dutch, German, French, Spanish, Russian, Polish, Finnish, Norway, Portuguese and many others
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EduKoala |
ID | mpgjcbaiookjnbpjmlbdpfhggngehmjp |
URL Chính Thức | https://chromewebstore.google.com/detail/edukoala/mpgjcbaiookjnbpjmlbdpfhggngehmjp |
Mô tả | With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage |
Kích Thước Tệp | 368 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2013-01-18 |
Ngày Phát Hành | 2013-01-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | EduKoala |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EduKoala", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "description": "With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.js", "CoreFunctions.js", "FunctionsOutsideGTranslator.js", "Core.js", "CoreLing.js", "OutsideGTranslator.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "style.css", "images\/edu_grafiki_v2_03.jpg", "images\/edu_grafiki_v2_07.png", "images\/edu_grafiki_v2_09.jpg", "images\/edu_grafiki_v2_11.jpg", "images\/edu_grafiki_v2_18.jpg", "images\/edu_grafiki_v2_22.png" ], "permissions": [ "http:\/\/www.beta.educoala.com\/*", "http:\/\/www.edukoala.com\/*", "storage" ] } |