Sentiment Analysis

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

Wat is Sentiment Analysis?

Sentiment Analysis is een Chrome-extensie ontwikkeld door http://dotnetthoughts.net, en de belangrijkste functie is "This extension will help you run sentiment analysis on the text provided.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sentiment Analysis

Download Sentiment Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
Officiële URL https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Beschrijving This extension will help you run sentiment analysis on the text provided.
Bestandsgrootte 21.85 KB
Aantal Installaties 78
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2017-03-06
Publicatiedatum 2017-03-06
Ontwikkelaar http://dotnetthoughts.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}