Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
Vad är Context Sense?
Context Sense är en Chrome-tillägg utvecklad av Hemant Pawar, och dess huvudfunktion är "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
Tilläggsskärmbilder
Ladda ner Context Sense-förlängningens CRX-fil
Ladda ner Context Sense-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bekcdpoocidenplelcneiemmjjoccafi |
| Officiell webbadress | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
| Beskrivning | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
| Filstorlek | 24.76 KB |
| Antal Installationer | 284 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-09-12 |
| Publiceringsdatum | 2016-09-12 |
| Utvecklare | Hemant Pawar |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |