CelegansChrome
Get Celegans data
什么是CelegansChrome?
CelegansChrome是由dohalloran开发的Chrome扩展程序,该扩展的主要功能是“Get Celegans data”。
扩展截图
下载CelegansChrome扩展crx文件
下载CelegansChrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CelegansChrome |
ID | ipnlfcanpnhkhljmminidjndijjmheib |
官方URL | https://chromewebstore.google.com/detail/celeganschrome/ipnlfcanpnhkhljmminidjndijjmheib |
简介 | Get Celegans data |
文件大小 | 365 KB |
安装次数 | 38 |
当前版本 | 1.0 |
更新时间 | 2015-08-12 |
上架时间 | 2015-08-12 |
开发者 | dohalloran |
付费类型 | free |
支持的语言 | 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" ] } |