Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
什么是Reading Helper?
Reading Helper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.”。
扩展截图
下载Reading Helper扩展crx文件
下载Reading Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Reading Helper |
ID | mfkgelmlfhnclepgnohgjimdkfobeoae |
官方URL | https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae |
简介 | This extension can analyse keywords of selected text on Chrome, and user can select keywords to search. |
文件大小 | 198 KB |
安装次数 | 30 |
当前版本 | 3.0 |
更新时间 | 2019-11-28 |
上架时间 | 2019-11-27 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" ] } |