Sentitude - Sentiment Analysis
Get sentiment, pleasantness, and attention values for any webpage or selection
Sentitude - Sentiment Analysis क्या है?
Sentitude - Sentiment Analysis Christian Broms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get sentiment, pleasantness, and attention values for any webpage or selection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sentitude - Sentiment Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |