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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Context Sense

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}