Context Sense

Extracts sentiment, tags, concepts and categories from a URL or piece of text.

Context Sense là gì?

Context Sense là một tiện ích mở rộng Chrome được phát triển bởi Hemant Pawar, và tính năng chính của nó là "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Context Sense 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

                        Contextsense is an API to extract and rank concepts, tags and categories from webpages, URLs and text. Determine the sentiment expressed on a webpage. As a demonstration of Wingify's contextual targeting technology, contextually similar links to the input are also fetched from the web.                    

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

Tên Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
URL Chính Thức https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Mô tả Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Kích Thước Tệp 24.76 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-12
Ngày Phát Hành 2016-09-12
Nhà Phát Triển Hemant Pawar
Email [email protected]
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": "Context Sense",
    "description": "Extracts sentiment, tags, concepts and categories from a URL or piece of text.",
    "version": "1.0",
    "homepage_url": "http:\/\/wingify.com\/labs",
    "author": "Hemant Pawar",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_title": "Context Sense",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/wingify.com\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}