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 |
官方網址 | 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" ] } |