Sentiment Analysis
This extension will help you run sentiment analysis on the text provided.
Sentiment Analysis क्या है?
Sentiment Analysis http://dotnetthoughts.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you run sentiment analysis on the text provided."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sentiment Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" ] } |