Reading Helper
This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Co to jest Reading Helper?
Reading Helper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reading Helper
Pobierz pliki rozszerzeń Reading Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Reading Helper |
ID | mfkgelmlfhnclepgnohgjimdkfobeoae |
Oficjalny URL | https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae |
Opis | This extension can analyse keywords of selected text on Chrome, and user can select keywords to search. |
Rozmiar pliku | 198 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2019-11-28 |
Data Publikacji | 2019-11-27 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |