Reading Helper

This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.

Cos'è Reading Helper?

Reading Helper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reading Helper

Scarica i file di estensione Reading Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reading Helper Reading Helper
ID mfkgelmlfhnclepgnohgjimdkfobeoae
URL Ufficiale https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae
Descrizione This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Dimensione del File 198 KB
Conteggio Installazioni 30
Versione Corrente 3.0
Ultimo Aggiornamento 2019-11-28
Data di Pubblicazione 2019-11-27
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}