Context Sense

Extracts sentiment, tags, concepts and categories from a URL or piece of text.

O que é Context Sense?

Context Sense é uma extensão do Chrome desenvolvida por Hemant Pawar, e sua principal característica é "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Context Sense

Baixe arquivos de extensão Context Sense 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

                        Contextsense is an API to extract and rank concepts, tags and categories from webpages, URLs and text. Determine the sentiment expressed on a webpage. As a demonstration of Wingify's contextual targeting technology, contextually similar links to the input are also fetched from the web.                    

Informações Básicas da Extensão

Nome Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
URL Oficial https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Descrição Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Tamanho do Arquivo 24.76 KB
Contagem de Instalações 284
Versão Atual 1.0
Última Atualização 2016-09-12
Data de Publicação 2016-09-12
Desenvolvedor Hemant Pawar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Sense",
    "description": "Extracts sentiment, tags, concepts and categories from a URL or piece of text.",
    "version": "1.0",
    "homepage_url": "http:\/\/wingify.com\/labs",
    "author": "Hemant Pawar",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_title": "Context Sense",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/wingify.com\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}