Semantria Sentiment Analysis
Sentiment Analysis
Semantria Sentiment Analysisとは何ですか?
Semantria Sentiment AnalysisはMarlon Silva Carvalhoによって開発されたChromeの拡張機能で、その主な機能は「Sentiment Analysis」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } |