Sentiment Analysis

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

Qu'est-ce que Sentiment Analysis ?

Sentiment Analysis est une extension Chrome développée par http://dotnetthoughts.net, et sa fonction principale est "This extension will help you run sentiment analysis on the text provided.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sentiment Analysis

Téléchargez les fichiers d'extension Sentiment Analysis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
URL Officiel https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Description This extension will help you run sentiment analysis on the text provided.
Taille du Fichier 21.85 KB
Nombre d'Installations 78
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2017-03-06
Date de Publication 2017-03-06
Développeur http://dotnetthoughts.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}