Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
什麼是Context Sense?
Context Sense是由Hemant Pawar開發的Chrome擴展程式,該擴展的主要功能是“Extracts sentiment, tags, concepts and categories from a URL or piece of text.”。
擴展截圖
下載Context Sense擴展crx文件
下載Context Sense擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | bekcdpoocidenplelcneiemmjjoccafi |
| 官方網址 | https://chromewebstore.google.com/detail/context-sense/bekcdpoocidenplelcneiemmjjoccafi |
| 簡介 | Extracts sentiment, tags, concepts and categories from a URL or piece of text. |
| 檔案大小 | 24.76 KB |
| 安裝次數 | 284 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-09-12 |
| 上架時間 | 2016-09-12 |
| 開發者 | Hemant Pawar |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |