Sentiment Analysis
This extension will help you run sentiment analysis on the text provided.
Sentiment Analysis là gì?
Sentiment Analysis là một tiện ích mở rộng Chrome được phát triển bởi http://dotnetthoughts.net, và tính năng chính của nó là "This extension will help you run sentiment analysis on the text provided.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sentiment Analysis
Tải xuống các tệp mở rộng Sentiment Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjjioleiljnggjbnlffgohijobibkppe |
URL Chính Thức | https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe |
Mô tả | This extension will help you run sentiment analysis on the text provided. |
Kích Thước Tệp | 21.85 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2017-03-06 |
Ngày Phát Hành | 2017-03-06 |
Nhà Phát Triển | http://dotnetthoughts.net |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |