Aura

Get the sentiment of any text you highlight.

Hvad er Aura?

Aura er en Chrome-udvidelse udviklet af vik.paruchuri, og dens hovedfunktion er "Get the sentiment of any text you highlight.".

Download Aura-udvidelses-CRX-fil

Download Aura-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Aura Aura
ID jieadooobljeghckbiilfgpmlfkhkffo
Officiel URL https://chrome.google.com/webstore/detail/aura/jieadooobljeghckbiilfgpmlfkhkffo
Beskrivelse Get the sentiment of any text you highlight.
Filstørrelse 58.24 KB
Antal Installationer 73
Nuværende Version 1.0.0
Senest Opdateret 2014-02-16
Udgivelsesdato 2014-02-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler vik.paruchuri
Betalingsmetode free
Understøttede Sprog 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"
}