Semantria Sentiment Analysis

Sentiment Analysis

Semantria Sentiment Analysis là gì?

Semantria Sentiment Analysis là một tiện ích mở rộng Chrome được phát triển bởi Marlon Silva Carvalho, và tính năng chính của nó là "Sentiment Analysis".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Semantria Sentiment Analysis

Tải xuống các tệp mở rộng Semantria Sentiment Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Semantria Sentiment Analysis Semantria Sentiment Analysis
ID ppeglodefdklijchjcbobadfgfnnhgad
URL Chính Thức https://chrome.google.com/webstore/detail/semantria-sentiment-analy/ppeglodefdklijchjcbobadfgfnnhgad
Mô tả Sentiment Analysis
Kích Thước Tệp 2.02 MB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-05-26
Ngày Phát Hành 2014-05-26
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Marlon Silva Carvalho
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}