Semantria Sentiment Analysis

Sentiment Analysis

Semantria Sentiment Analysis क्या है?

Semantria Sentiment Analysis Marlon Silva Carvalho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sentiment Analysis"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Semantria Sentiment Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Semantria Sentiment Analysis Semantria Sentiment Analysis
ID ppeglodefdklijchjcbobadfgfnnhgad
आधिकारिक URL https://chrome.google.com/webstore/detail/semantria-sentiment-analy/ppeglodefdklijchjcbobadfgfnnhgad
विवरण Sentiment Analysis
फ़ाइल का आकार 2.02 MB
स्थापना संख्या 94
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2014-05-26
प्रकाशन तिथि 2014-05-26
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर Marlon Silva Carvalho
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}