OntoClick

Turn a free text description into a proper ontology term.

什麼是OntoClick?

OntoClick是由Zankl Lab開發的Chrome擴展程式,該擴展的主要功能是“Turn a free text description into a proper ontology term.”。

擴展截圖

screenshot

下載OntoClick擴展crx文件

下載OntoClick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 OntoClick OntoClick
ID nepbilmonlfaigoeldkbimkeihligbgf
官方網址 https://chromewebstore.google.com/detail/ontoclick/nepbilmonlfaigoeldkbimkeihligbgf
簡介 Turn a free text description into a proper ontology term.
檔案大小 3.48 MB
安裝次數 57
目前版本 1.0.3
更新時間 2021-05-13
上架時間 2020-09-21
評分 5.00/5 共 3 次評分
開發者 Zankl Lab
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/azankl/Ontoclick
說明頁面URL https://github.com/azankl/Ontoclick
支援的語言 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"
    ]
}