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
公式URL 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
Eメール [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"
    ]
}