OntoClick
Turn a free text description into a proper ontology term.
OntoClick क्या है?
OntoClick Zankl Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn a free text description into a proper ontology term."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OntoClick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |