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
官方網址 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"
}