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."입니다.
확장 프로그램 스크린샷
OntoClick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" ] } |