Sentiment Analysis
This extension will help you run sentiment analysis on the text provided.
¿Qué es Sentiment Analysis?
Sentiment Analysis es una extensión de Chrome desarrollada por http://dotnetthoughts.net, y su función principal es "This extension will help you run sentiment analysis on the text provided.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sentiment Analysis
Descarga archivos de extensión Sentiment Analysis 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
Sentiment Analysis is the process of computationally identifying and categorizing opinions expressed in a piece of text, especially in order to determine whether the writer's attitude towards a particular topic, product, etc. is positive, negative, or neutral. This extension will help you run sentiment analysis on the text provided.
Información Básica de la Extensión
Nombre | |
ID | jjjioleiljnggjbnlffgohijobibkppe |
URL Oficial | https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe |
Descripción | This extension will help you run sentiment analysis on the text provided. |
Tamaño del Archivo | 21.85 KB |
Cantidad de Instalaciones | 78 |
Versión Actual | 0.0.0.1 |
Última Actualización | 2017-03-06 |
Fecha de Publicación | 2017-03-06 |
Desarrollador | http://dotnetthoughts.net |
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": "Sentiment Analysis", "description": "This extension will help you run sentiment analysis on the text provided.", "version": "0.0.0.1", "author": "Anuraj", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "homepage_url": "http:\/\/dotnetthoughts.net\/", "offline_enabled": false, "permissions": [ "http:\/\/sentiment.vivekn.com\/api\/text\/" ] } |