Sentiment Analysis

This extension will help you run sentiment analysis on the text provided.

Was ist Sentiment Analysis?

Sentiment Analysis ist eine Chrome-Erweiterung, die von http://dotnetthoughts.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you run sentiment analysis on the text provided.".

Erweiterungsscreenshots

screenshot
screenshot

Sentiment Analysis-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sentiment Analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
Offizielle URL https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Beschreibung This extension will help you run sentiment analysis on the text provided.
Dateigröße 21.85 KB
Installationsanzahl 78
Aktuelle Version 0.0.0.1
Letztes Update 2017-03-06
Veröffentlichungsdatum 2017-03-06
Entwickler http://dotnetthoughts.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}