Sentiment Analysis

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

Co je Sentiment Analysis?

Sentiment Analysis je rozšíření Chrome vyvinuté http://dotnetthoughts.net, a jeho hlavní funkcí je „This extension will help you run sentiment analysis on the text provided.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Sentiment Analysis

Stáhněte si soubory rozšíření Sentiment Analysis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
Oficiální URL https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Popis This extension will help you run sentiment analysis on the text provided.
Velikost souboru 21.85 KB
Počet instalací 78
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2017-03-06
Datum Vydání 2017-03-06
Vývojář http://dotnetthoughts.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}