Sentimental

Analyze sentiment of any selected text

Τι είναι το Sentimental;

Το Sentimental είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nikitph, και η κύρια λειτουργία του είναι "Analyze sentiment of any selected text".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sentimental

Λήψη αρχείων επέκτασης Sentimental σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Ever sent an email that was unknowingly too harsh in tone just to regret it later? Ever post a comment on facebook which was negative but you didn't know so? What if we could provide you with a tool that can perform sentiment analysis on your chosen text and give you feedback about its emotional mode. We present to you, Sentimental. Sentimental's analysis inspects the given text and identifies the prevailing emotional opinion within the text, especially to determine a writer's attitude as positive, negative, or neutral. We utilize google's powerful natural language API to analyze your text and present a very succinct review of your text. You just right click and click analyze text sentiment. That's it. Simple isn't it?

Behind the scenes:

When you submit a text we calculate its corresponding score and magnitude.The score of a document's sentiment indicates the overall emotion of a document. The magnitude of a document's sentiment indicates how much emotional content is present within the document, and this value is often proportional to the length of the document.

A document with a neutral score (around 0.0) may indicate a low-emotion document, or may indicate mixed emotions, with both high positive and negative values which cancel each out. Generally, you can use magnitude values to disambiguate these cases, as truly neutral documents will have a low magnitude value, while mixed documents will have higher magnitude values.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sentimental Sentimental
ID dchddlkihkngoneeoehalfechfgpjgfh
Επίσημο URL https://chromewebstore.google.com/detail/sentimental/dchddlkihkngoneeoehalfechfgpjgfh
Περιγραφή Analyze sentiment of any selected text
Μέγεθος Αρχείου 3.85 MB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-03-21
Ημερομηνία Δημοσίευσης 2017-03-21
Προγραμματιστής nikitph
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sentimental",
    "version": "1.0.1",
    "description": "Analyze sentiment of any selected text",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "Artboard.png",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "browser_action": {
        "default_icon": "Artboard.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "[email protected]"
    ],
    "manifest_version": 2
}