Context Sense

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

Τι είναι το Context Sense;

Το Context Sense είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hemant Pawar, και η κύρια λειτουργία του είναι "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Context Sense

Λήψη αρχείων επέκτασης Context Sense σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
Επίσημο URL https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Περιγραφή Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Μέγεθος Αρχείου 24.76 KB
Αριθμός Εγκαταστάσεων 284
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-09-12
Ημερομηνία Δημοσίευσης 2016-09-12
Προγραμματιστής Hemant Pawar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}