Dictionary Keep and Memorize
Keep your translated words from Google translate
Dictionary Keep and Memorize là gì?
Dictionary Keep and Memorize là một tiện ích mở rộng Chrome được phát triển bởi Armen Stepanyan, và tính năng chính của nó là "Keep your translated words from 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 Dictionary Keep and Memorize
Tải xuống các tệp mở rộng Dictionary Keep and Memorize 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
Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ablojdmhfnlipnnebmeklecobhniaofp |
URL Chính Thức | https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp |
Mô tả | Keep your translated words from Google translate |
Kích Thước Tệp | 289 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-01-11 |
Ngày Phát Hành | 2019-01-06 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Armen Stepanyan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://site-blocker.info/product/dictionary-keep-memorize |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-3.3.1.js", "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/translate.google.*\/*" ], "js": [ "jquery-3.3.1.js", "content_script.js" ] } ], "description": "Keep your translated words from Google translate", "icons": { "128": "128.png", "48": "48.png", "16": "32.png" }, "manifest_version": 2, "name": "Dictionary Keep and Memorize", "options_page": "options\/options.html", "permissions": [ "tabs" ], "version": "1.2" } |