Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Co je Context Sense?
Context Sense je rozšíření Chrome vyvinuté Hemant Pawar, a jeho hlavní funkcí je „Extracts sentiment, tags, concepts and categories from a URL or piece of text.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Context Sense
Stáhněte si soubory rozšíření Context Sense ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
Oficiální URL | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Popis | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
Velikost souboru | 24.76 KB |
Počet instalací | 284 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-09-12 |
Datum Vydání | 2016-09-12 |
Vývojář | Hemant Pawar |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |