Instant Dictionary
View definition in both English and Chinese as you browse the web.
Instant Dictionary là gì?
Instant Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Peter Pi, và tính năng chính của nó là "View definition in both English and Chinese as you browse the web.".
Ả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 Instant Dictionary
Tải xuống các tệp mở rộng Instant 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
IMPORTANT: - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome. Instant Dictionary helps to make the translation become more convenient. Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
URL Chính Thức | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
Mô tả | View definition in both English and Chinese as you browse the web. |
Kích Thước Tệp | 696 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2022-01-08 |
Ngày Phát Hành | 2020-04-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Peter Pi |
[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": "Instant Dictionary", "version": "1.0.6", "description": "View definition in both English and Chinese as you browse the web.", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "Styles.css" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "permissions": [ "activeTab", "storage" ] } |