Sentiment Analysis
This extension will help you run sentiment analysis on the text provided.
什么是Sentiment Analysis?
Sentiment Analysis是由http://dotnetthoughts.net开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you run sentiment analysis on the text provided.”。
扩展截图
下载Sentiment Analysis扩展crx文件
下载Sentiment Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jjjioleiljnggjbnlffgohijobibkppe |
官方URL | https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe |
简介 | This extension will help you run sentiment analysis on the text provided. |
文件大小 | 21.85 KB |
安装次数 | 78 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-03-06 |
上架时间 | 2017-03-06 |
开发者 | http://dotnetthoughts.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/" ] } |