Aura

Get the sentiment of any text you highlight.

Aura क्या है?

Aura vik.paruchuri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the sentiment of any text you highlight."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aura एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Want to figure out if the tone of something is negative, positive, or neutral?  Aura makes it super easy!  Just highlight the text, and then click on the aura button in your chrome bar.  You will get a popup with the tonality rating of the passage.  A lower rating is more negative, and 0 is neutral.                    

एक्सटेंशन की मूल जानकारी

नाम Aura Aura
ID jieadooobljeghckbiilfgpmlfkhkffo
आधिकारिक URL https://chrome.google.com/webstore/detail/aura/jieadooobljeghckbiilfgpmlfkhkffo
विवरण Get the sentiment of any text you highlight.
फ़ाइल का आकार 58.24 KB
स्थापना संख्या 73
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2014-02-16
प्रकाशन तिथि 2014-02-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर vik.paruchuri
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aura",
    "description": "Get the sentiment of any text you highlight.",
    "version": "1.0.0",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/sentiments.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/www.vikparuchuri.com"
}