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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
官方網址 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\/"
    ]
}