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によって開発されたChromeの拡張機能で、その主な機能は「This extension can be used to annotate text content from the browser with the S4 text analytics services」です。

拡張機能のスクリーンショット

screenshot
screenshot

Self Service Semantic Suite拡張機能のCRXファイルをダウンロード

Self Service Semantic Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}