Aura

Get the sentiment of any text you highlight.

什麼是Aura?

Aura是由vik.paruchuri開發的Chrome擴展程式,該擴展的主要功能是“Get the sentiment of any text you highlight.”。

下載Aura擴展crx文件

下載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
官方網址 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"
}