Context Sense

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

Qu'est-ce que Context Sense ?

Context Sense est une extension Chrome développée par Hemant Pawar, et sa fonction principale est "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Context Sense

Téléchargez les fichiers d'extension Context Sense au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Context Sense Context Sense
ID bekcdpoocidenplelcneiemmjjoccafi
URL Officiel https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi
Description Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Taille du Fichier 24.76 KB
Nombre d'Installations 284
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-12
Date de Publication 2016-09-12
Développeur Hemant Pawar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}