Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Co to jest Context Sense?
Context Sense to rozszerzenie Chrome opracowane przez Hemant Pawar, a jego główną funkcją jest „Extracts sentiment, tags, concepts and categories from a URL or piece of text.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Context Sense
Pobierz pliki rozszerzeń Context Sense w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
Oficjalny URL | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
Opis | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
Rozmiar pliku | 24.76 KB |
Liczba instalacji | 284 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-09-12 |
Data Publikacji | 2016-09-12 |
Deweloper | Hemant Pawar |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |