Cambridge Dictionary
Look up selected text in 'Cambridge Dictionary' page.
Cambridge Dictionary là gì?
Cambridge Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Tan Kan, và tính năng chính của nó là "Look up selected text in 'Cambridge Dictionary' page.".
Ả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 Cambridge Dictionary
Tải xuống các tệp mở rộng Cambridge Dictionary 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
Look up selected text in https://dictionary.cambridge.org, using predefined dictionary. While in Cambridge Dictionary page, automatically focus on search box when typing. When popup tab is closed, previous active tab will be active again. This is very helpful if you are in middle of handful of tabs. What's new: Arrow keys (Up - Down) can be used to select word in suggestion pop-up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cambridge Dictionary |
ID | dbiljoifjihhnghopaokjicepkcdfglo |
URL Chính Thức | https://chromewebstore.google.com/detail/cambridge-dictionary/dbiljoifjihhnghopaokjicepkcdfglo |
Mô tả | Look up selected text in 'Cambridge Dictionary' page. |
Kích Thước Tệp | 48.39 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-06-11 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Tan Kan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cambridge Dictionary", "version": "1.3", "description": "Look up selected text in 'Cambridge Dictionary' page.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/dictionary.cambridge.org\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "contextMenus", "storage" ], "browser_action": { "default_icon": "icons\/cambridge-icon-128.png", "default_title": "Cambridge Dictionary", "default_popup": "popup.html" }, "icons": { "128": "icons\/cambridge-icon-128.png" } } |