Self Service Semantic Suite

This extension can be used to annotate text content from the browser with the S4 text analytics services

Self Service Semantic Suite क्या है?

Self Service Semantic Suite S4 Ontotext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can be used to annotate text content from the browser with the S4 text analytics services"।

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

screenshot
screenshot

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

crx प्रारूप में Self Service Semantic Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Self-Service Semantic Suite (S4) from Ontotext provides a set of self-service, on-demand, and low-cost components for semantic data management and text analytics:
*text analytics services for news, Life Science and social media that allow you to extract valuable meaning and insights used to manage your business
*on-demand, fast and reliable access to Linked Datasets, such as DBpedia, Freebase and GeoNames. These datasets provide facts you can use to enhance your semantic analysis.
*a self-managed or fully-managed scalable RDF database available as-a-service, so that you can search and update semantic facts loaded from Linked Open Data or your own documents                    

एक्सटेंशन की मूल जानकारी

नाम Self Service Semantic Suite Self Service Semantic Suite
ID eoilgknkbafheaocpbojdndcpjbddalb
आधिकारिक URL https://chrome.google.com/webstore/detail/self-service-semantic-sui/eoilgknkbafheaocpbojdndcpjbddalb
विवरण This extension can be used to annotate text content from the browser with the S4 text analytics services
फ़ाइल का आकार 155 KB
स्थापना संख्या 44
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2015-04-17
प्रकाशन तिथि 2015-04-17
डेवलपर S4 Ontotext
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://s4.ontotext.com/
सहायता पृष्ठ URL http://docs.s4.ontotext.com/display/S4docs/Chrome+extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self Service Semantic Suite",
    "short_name": "S4",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension can be used to annotate text content from the browser with the S4 text analytics services",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "data\/s4Logo.png",
        "default_title": "Ontotext S4"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "data\/*"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}