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
公式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
Eメール [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\/"
    ]
}