Context Sense

Extracts sentiment, tags, concepts and categories from a URL or piece of text.

Context Sense क्या है?

Context Sense Hemant Pawar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts sentiment, tags, concepts and categories from a URL or piece of text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Context Sense एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}