Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Vocabulary là gì?
Vocabulary là một tiện ích mở rộng Chrome được phát triển bởi Joe, và tính năng chính của nó là "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Ả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 Vocabulary
Tải xuống các tệp mở rộng Vocabulary 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
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
URL Chính Thức | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Mô tả | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Kích Thước Tệp | 8.85 KB |
Số Lần Cài Đặt | 298 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-12-31 |
Ngày Phát Hành | 2018-12-31 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Joe |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |