Self Service Semantic Suite
This extension can be used to annotate text content from the browser with the S4 text analytics services
O que é Self Service Semantic Suite?
Self Service Semantic Suite é uma extensão do Chrome desenvolvida por S4 Ontotext, e sua principal característica é "This extension can be used to annotate text content from the browser with the S4 text analytics services".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Self Service Semantic Suite
Baixe arquivos de extensão Self Service Semantic Suite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | eoilgknkbafheaocpbojdndcpjbddalb |
URL Oficial | https://chrome.google.com/webstore/detail/self-service-semantic-sui/eoilgknkbafheaocpbojdndcpjbddalb |
Descrição | This extension can be used to annotate text content from the browser with the S4 text analytics services |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.0.3 |
Última Atualização | 2015-04-17 |
Data de Publicação | 2015-04-17 |
Desenvolvedor | S4 Ontotext |
Tipo de Pagamento | free |
Site da Extensão | https://s4.ontotext.com/ |
URL da Página de Ajuda | http://docs.s4.ontotext.com/display/S4docs/Chrome+extension |
Idiomas Suportados | 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" ] } } |