OntoClick
Turn a free text description into a proper ontology term.
Τι είναι το OntoClick;
Το OntoClick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zankl Lab, και η κύρια λειτουργία του είναι "Turn a free text description into a proper ontology term.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OntoClick
Λήψη αρχείων επέκτασης 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 |
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" ] } |