Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Что такое Reading Helper?
Reading Helper - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".
Снимки экрана расширения
Скачать файл CRX расширения Reading Helper
Скачайте файлы расширений 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" ] } |