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