Sentiment Analysis

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

What is Sentiment Analysis?

Sentiment Analysis is a Chrome extension developed by http://dotnetthoughts.net, and its main feature is "This extension will help you run sentiment analysis on the text provided.".

Extension Screenshots

screenshot
screenshot

Download Sentiment Analysis Extension CRX File

Download Sentiment Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
Official URL https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
Description This extension will help you run sentiment analysis on the text provided.
File Size 21.85 KB
Installation Count 78
Current Version 0.0.0.1
Last Updated 2017-03-06
Publish Date 2017-03-06
Developer http://dotnetthoughts.net
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}