Aura

Get the sentiment of any text you highlight.

Cos'è Aura?

Aura è un'estensione di Chrome sviluppata da vik.paruchuri, e la sua funzione principale è "Get the sentiment of any text you highlight.".

Scarica il file CRX dell'estensione Aura

Scarica i file di estensione Aura in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Aura Aura
ID jieadooobljeghckbiilfgpmlfkhkffo
URL Ufficiale https://chrome.google.com/webstore/detail/aura/jieadooobljeghckbiilfgpmlfkhkffo
Descrizione Get the sentiment of any text you highlight.
Dimensione del File 58.24 KB
Conteggio Installazioni 73
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-02-16
Data di Pubblicazione 2014-02-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore vik.paruchuri
Tipo di Pagamento free
Lingue Supportate 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"
}