Semantria Sentiment Analysis

Sentiment Analysis

Qu'est-ce que Semantria Sentiment Analysis ?

Semantria Sentiment Analysis est une extension Chrome développée par Marlon Silva Carvalho, et sa fonction principale est "Sentiment Analysis".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Semantria 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

                        It's a simple extension where, once installed, you'll be able to highlight any text at any page and extract all the Entities, Themes, Phrases, Topics and the Sentiment Score related to the whole text or for each Entity, Theme, Phrase or Topic found. Analysis is provided by Semantria.com.                    

Informations de Base sur l'Extension

Nom Semantria Sentiment Analysis Semantria Sentiment Analysis
ID ppeglodefdklijchjcbobadfgfnnhgad
URL Officiel https://chrome.google.com/webstore/detail/semantria-sentiment-analy/ppeglodefdklijchjcbobadfgfnnhgad
Description Sentiment Analysis
Taille du Fichier 2.02 MB
Nombre d'Installations 94
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-05-26
Date de Publication 2014-05-26
Évaluation 3.29/5 Total 7 Évaluations
Développeur Marlon Silva Carvalho
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Sentiment Analysis",
    "manifest_version": 2,
    "name": "Semantria Sentiment Analysis",
    "web_accessible_resources": [
        "img\/logo-16.png",
        "img\/logo-23.png",
        "twitter-modal-confirm.html",
        "twitter-loading.html",
        "js\/jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/SemantriaJavaScriptSDK.js",
                "js\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/twitter.com\/",
        "https:\/\/api30.semantria.com\/",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/script.js",
            "js\/SemantriaJavaScriptSDK.js"
        ]
    },
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "version": "0.0.3"
}