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.
拡張機能の基本情報
名前 | Context Sense |
ID | bekcdpoocidenplelcneiemmjjoccafi |
公式URL | 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 |
Eメール | [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" } } |