Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Reading Helper là gì?
Reading Helper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".
Ả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 Reading Helper
Tải xuống các tệp mở rộng Reading Helper 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 project is to develop a Google Chrome extension based on some information retrieval algorithms and technologies. It could extract keywords from articles on the web and help people read faster and more effectively. And users could use keywords or their combinations to find more relevant articles on the Internet. In order to extract more accurate keywords automatically, this project will first compare and study some information retrieval algorithms and data mining technologies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reading Helper |
ID | mfkgelmlfhnclepgnohgjimdkfobeoae |
URL Chính Thức | https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae |
Mô tả | This extension can analyse keywords of selected text on Chrome, and user can select keywords to search. |
Kích Thước Tệp | 198 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2019-11-28 |
Ngày Phát Hành | 2019-11-27 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Helper", "description": "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.", "version": "3.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |