Sentitude - Sentiment Analysis
Get sentiment, pleasantness, and attention values for any webpage or selection
Sentitude - Sentiment Analysisคืออะไร?
Sentitude - Sentiment Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian Broms และคุณลักษณะหลักของมันคือ "Get sentiment, pleasantness, and attention values for any webpage or selection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sentitude - Sentiment Analysis
ดาวน์โหลดไฟล์ส่วนขยาย Sentitude - Sentiment Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get an immediate indication of the sentiment of the pages you visit. Sentitude automatically scans every page you visit for sentiment data. Select individual paragraphs and text snippets to scan. Each scan provides a sentiment value, pleasantness value, and attention value. Sentitude can... ± highlight selections with a visual representation of the sentiment ± highlight the individual words in a selection with their sentiment values ± provide detailed information about every scan in the popup window ± allow you to select any paragraphs on a page to scan with a single click ± be easily customized through an easy to use options panel Sentitude is completely self contained and makes no API calls. It uses two dictionaries to compute sentiment values- SenticNet 5 and AFINN-111. Learn more on the website linked below. Sentitude is open source! Grab the code on GitHub by visiting the website linked below. PRIVACY NOTE: Sentitude does not store any of your scanned data. It will only visually alter the sites you visit if you allow it to by visiting the options panel. By default, Sentitude does not change any of the pages you visit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sentitude - Sentiment Analysis |
ID | khjckhocojcpjjfppdkahjcfacenljja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sentitude-sentiment-analy/khjckhocojcpjjfppdkahjcfacenljja |
คำอธิบาย | Get sentiment, pleasantness, and attention values for any webpage or selection |
ขนาดไฟล์ | 1001 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-07-03 |
วันที่เผยแพร่ | 2018-07-02 |
ผู้พัฒนา | Christian Broms |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/CBR0MS/sentitudeExtension |
URL หน้าช่วยเหลือ | https://github.com/CBR0MS/sentitudeExtension/blob/master/docs/help.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sentitude - Sentiment Analysis", "short_name": "Sentitude", "version": "1.1", "description": "Get sentiment, pleasantness, and attention values for any webpage or selection", "author": "Christian Broms", "web_accessible_resources": [ "extension-information.json" ], "background": { "scripts": [ "scripts\/background-load-objects.js", "scripts\/porter-stemmer.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |