Sentiment Analysis

This extension will help you run sentiment analysis on the text provided.

Sentiment Analysisคืออะไร?

Sentiment Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dotnetthoughts.net และคุณลักษณะหลักของมันคือ "This extension will help you run sentiment analysis on the text provided."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sentiment Analysis

ดาวน์โหลดไฟล์ส่วนขยาย Sentiment Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sentiment Analysis is the process of computationally identifying and categorizing opinions expressed in a piece of text, especially in order to determine whether the writer's attitude towards a particular topic, product, etc. is positive, negative, or neutral. This extension will help you run sentiment analysis on the text provided.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sentiment Analysis Sentiment Analysis
ID jjjioleiljnggjbnlffgohijobibkppe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sentiment-analysis/jjjioleiljnggjbnlffgohijobibkppe
คำอธิบาย This extension will help you run sentiment analysis on the text provided.
ขนาดไฟล์ 21.85 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-03-06
วันที่เผยแพร่ 2017-03-06
ผู้พัฒนา http://dotnetthoughts.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sentiment Analysis",
    "description": "This extension will help you run sentiment analysis on the text provided.",
    "version": "0.0.0.1",
    "author": "Anuraj",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "http:\/\/dotnetthoughts.net\/",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/sentiment.vivekn.com\/api\/text\/"
    ]
}