Aura

Get the sentiment of any text you highlight.

Qu'est-ce que Aura ?

Aura est une extension Chrome développée par vik.paruchuri, et sa fonction principale est "Get the sentiment of any text you highlight.".

Télécharger le fichier CRX de l'extension Aura

Téléchargez les fichiers d'extension Aura au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Aura Aura
ID jieadooobljeghckbiilfgpmlfkhkffo
URL Officiel https://chrome.google.com/webstore/detail/aura/jieadooobljeghckbiilfgpmlfkhkffo
Description Get the sentiment of any text you highlight.
Taille du Fichier 58.24 KB
Nombre d'Installations 73
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-02-16
Date de Publication 2014-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur vik.paruchuri
Type de Paiement free
Langues Prises en Charge 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"
}