OntoClick

Turn a free text description into a proper ontology term.

O que é OntoClick?

OntoClick é uma extensão do Chrome desenvolvida por Zankl Lab, e sua principal característica é "Turn a free text description into a proper ontology term.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OntoClick

Baixe arquivos de extensão OntoClick 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

                        This tool was developed by Professor Zankl's research group at the University of Sydney to facilitate the curation of biomedical knowledge found in PubMed and other sources of biomedical information on the Internet.

Highlight a piece of text in the browser and search for a matching ontology term in the Human Phenotype Ontology and other Biomedical Ontologies. Matching Ontology term can be copied to the clipboard or saved to disk. For more detailed instructions, please go to our website: https://github.com/azankl/Ontoclick                    

Informações Básicas da Extensão

Nome OntoClick OntoClick
ID nepbilmonlfaigoeldkbimkeihligbgf
URL Oficial https://chromewebstore.google.com/detail/ontoclick/nepbilmonlfaigoeldkbimkeihligbgf
Descrição Turn a free text description into a proper ontology term.
Tamanho do Arquivo 3.48 MB
Contagem de Instalações 57
Versão Atual 1.0.3
Última Atualização 2021-05-13
Data de Publicação 2020-09-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Zankl Lab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/azankl/Ontoclick
URL da Página de Ajuda https://github.com/azankl/Ontoclick
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OntoClick",
    "description": "Turn a free text description into a proper ontology term.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/use.fontawesome.com\/releases\/v5.14.0\/js\/all.js; object-src 'self'",
    "icons": {
        "16": "static\/img\/rdf_flyer.png",
        "128": "static\/img\/rdf_flyer.png"
    },
    "browser_action": {
        "default_title": "Ontoclick",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html",
        "static\/js\/app.js",
        "static\/js\/app.js.map",
        "static\/js\/vendor.js",
        "static\/js\/vendor.js.map",
        "static\/css\/app.css",
        "static\/css\/app.css.map"
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab"
    ]
}