Context Sense

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

Что такое Context Sense?

Context Sense - это расширение Chrome, разработанное Hemant Pawar, и его основная функция - "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Context Sense

Скачайте файлы расширений Context Sense в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
Официальный URL https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Описание Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Размер файла 24.76 KB
Количество установок 284
Текущая Версия 1.0
Последнее Обновление 2016-09-12
Дата публикации 2016-09-12
Разработчик Hemant Pawar
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}