Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
What is Context Sense?
Context Sense is a Chrome extension developed by Hemant Pawar, and its main feature is "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
Extension Screenshots
Download Context Sense Extension CRX File
Download Context Sense extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
Official URL | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Description | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
File Size | 24.76 KB |
Installation Count | 284 |
Current Version | 1.0 |
Last Updated | 2016-09-12 |
Publish Date | 2016-09-12 |
Developer | Hemant Pawar |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |