Aura

Get the sentiment of any text you highlight.

Aura là gì?

Aura là một tiện ích mở rộng Chrome được phát triển bởi vik.paruchuri, và tính năng chính của nó là "Get the sentiment of any text you highlight.".

Tải xuống tệp CRX của tiện ích mở rộng Aura

Tải xuống các tệp mở rộng Aura dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aura Aura
ID jieadooobljeghckbiilfgpmlfkhkffo
URL Chính Thức https://chrome.google.com/webstore/detail/aura/jieadooobljeghckbiilfgpmlfkhkffo
Mô tả Get the sentiment of any text you highlight.
Kích Thước Tệp 58.24 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-02-16
Ngày Phát Hành 2014-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển vik.paruchuri
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}