Reading Helper

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

O que é Reading Helper?

Reading Helper é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reading Helper

Baixe arquivos de extensão Reading Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reading Helper Reading Helper
ID mfkgelmlfhnclepgnohgjimdkfobeoae
URL Oficial https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae
Descrição This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
Tamanho do Arquivo 198 KB
Contagem de Instalações 30
Versão Atual 3.0
Última Atualização 2019-11-28
Data de Publicação 2019-11-27
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}