CelegansChrome
Get Celegans data
CelegansChrome là gì?
CelegansChrome là một tiện ích mở rộng Chrome được phát triển bởi dohalloran, và tính năng chính của nó là "Get Celegans data".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CelegansChrome
Tải xuống các tệp mở rộng CelegansChrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Google Chrome browser extension for Caenorhabditis elegans research This extension provides a tool to offer seamless data retrieval for C. elegans gene data while browsing any site online. Often, it’s convenient to retrieve linkage data or interactome data for a specific C. elegans gene while browsing different webpages or reading journal articles online – this extension provides a frictionless interface for the user to retrieve these data without having to open a new tab and search another website or paper for these data. The extension provides the user with linkage data for C. elegans genes, gene interaction data, human orthology data to C. elegans genes, and also a gene overview using the WormBase (Harris et al. 2014 PMID: 24194605) RESTful API (only this feature requires internet connectivity). The C. elegans Chrome extension takes as input the C. elegans gene common name.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CelegansChrome |
ID | ipnlfcanpnhkhljmminidjndijjmheib |
URL Chính Thức | https://chromewebstore.google.com/detail/celeganschrome/ipnlfcanpnhkhljmminidjndijjmheib |
Mô tả | Get Celegans data |
Kích Thước Tệp | 365 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-08-12 |
Ngày Phát Hành | 2015-08-12 |
Nhà Phát Triển | dohalloran |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CelegansChrome", "version": "1.0", "manifest_version": 2, "description": "Get Celegans data", "browser_action": { "default_icon": "icon.png", "default_popup": "celegansChrome.html" }, "web_accessible_resources": [ "icon.png", "celegansChrome.js" ] } |