Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
¿Qué es Context Sense?
Context Sense es una extensión de Chrome desarrollada por Hemant Pawar, y su función principal es "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Context Sense
Descarga archivos de extensión Context Sense en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
URL Oficial | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Descripción | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
Tamaño del Archivo | 24.76 KB |
Cantidad de Instalaciones | 284 |
Versión Actual | 1.0 |
Última Actualización | 2016-09-12 |
Fecha de Publicación | 2016-09-12 |
Desarrollador | Hemant Pawar |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |