Text Analyzer (Beta)

A text analyzer to extract entities from websites and add their descriptions and Wikipedia links

O que é Text Analyzer (Beta)?

Text Analyzer (Beta) é uma extensão do Chrome desenvolvida por Jorge C, e sua principal característica é "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text Analyzer (Beta)

Baixe arquivos de extensão Text Analyzer (Beta) 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

                        A text analyzer to extract entities from websites and add their descriptions and Wikipedia links                    

Informações Básicas da Extensão

Nome Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
URL Oficial https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Descrição A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Tamanho do Arquivo 132 KB
Contagem de Instalações 588
Versão Atual 0.6
Última Atualização 2016-09-21
Data de Publicação 2016-09-21
Classificação 2.00/5 Total de 3 Avaliações
Desenvolvedor Jorge C
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Analyzer (Beta)",
    "description": "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links",
    "version": "0.6",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.textrazor.com\/",
        "http:\/\/*.textrazor.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}