Semantria Sentiment Analysis

Sentiment Analysis

什么是Semantria Sentiment Analysis?

Semantria Sentiment Analysis是由Marlon Silva Carvalho开发的Chrome扩展程序,该扩展的主要功能是“Sentiment Analysis”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Semantria Sentiment Analysis扩展crx文件

下载Semantria Sentiment Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}