Context Sense
Extracts sentiment, tags, concepts and categories from a URL or piece of text.
ما هو Context Sense؟
Context Sense هو إضافة Chrome تم تطويرها بواسطة Hemant Pawar، والميزة الرئيسية لها هي "Extracts sentiment, tags, concepts and categories from a URL or piece of text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Context Sense
قم بتنزيل ملفات الامتداد Context Sense بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } } |