Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Wat is Context Sense?
Context Sense is een Chrome-extensie ontwikkeld door Hemant Pawar, en de belangrijkste functie is "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Context Sense
Download Context Sense-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
Officiële URL | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Beschrijving | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
Bestandsgrootte | 24.76 KB |
Aantal Installaties | 284 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-12 |
Publicatiedatum | 2016-09-12 |
Ontwikkelaar | Hemant Pawar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |