Context Sense

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

什么是Context Sense?

Context Sense是由Hemant Pawar开发的Chrome扩展程序,该扩展的主要功能是“Extracts sentiment, tags, concepts and categories from a URL or piece of text.”。

扩展截图

screenshot

下载Context Sense扩展crx文件

下载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"
    }
}