Sentiment Analysis

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

Co to jest Sentiment Analysis?

Sentiment Analysis to rozszerzenie Chrome opracowane przez http://dotnetthoughts.net, a jego główną funkcją jest „This extension will help you run sentiment analysis on the text provided.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Sentiment Analysis

Pobierz pliki rozszerzeń Sentiment Analysis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
Oficjalny URL https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Opis This extension will help you run sentiment analysis on the text provided.
Rozmiar pliku 21.85 KB
Liczba instalacji 78
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2017-03-06
Data Publikacji 2017-03-06
Deweloper http://dotnetthoughts.net
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}