Aura

Get the sentiment of any text you highlight.

Τι είναι το Aura;

Το Aura είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vik.paruchuri, και η κύρια λειτουργία του είναι "Get the sentiment of any text you highlight.".

Λήψη αρχείου CRX της επέκτασης Aura

Λήψη αρχείων επέκτασης Aura σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}