Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Was ist Context Sense?
Context Sense ist eine Chrome-Erweiterung, die von Hemant Pawar entwickelt wurde, und ihr Hauptmerkmal ist "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
Erweiterungsscreenshots
Context Sense-Erweiterungs-CRX-Datei herunterladen
Laden Sie Context Sense-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
Offizielle URL | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Beschreibung | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
Dateigröße | 24.76 KB |
Installationsanzahl | 284 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-09-12 |
Veröffentlichungsdatum | 2016-09-12 |
Entwickler | Hemant Pawar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |