Context Sense

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

Apa itu Context Sense?

Context Sense adalah ekstensi Chrome yang dikembangkan oleh Hemant Pawar, dan fitur utamanya adalah "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Context Sense

Unduh file ekstensi Context Sense dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
URL Resmi https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Deskripsi Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Ukuran File 24.76 KB
Jumlah Instalasi 284
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-12
Tanggal Publikasi 2016-09-12
Pengembang Hemant Pawar
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}