CelegansChrome
Get Celegans data
O que é CelegansChrome?
CelegansChrome é uma extensão do Chrome desenvolvida por dohalloran, e sua principal característica é "Get Celegans data".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CelegansChrome
Baixe arquivos de extensão CelegansChrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CelegansChrome |
ID | ipnlfcanpnhkhljmminidjndijjmheib |
URL Oficial | https://chromewebstore.google.com/detail/celeganschrome/ipnlfcanpnhkhljmminidjndijjmheib |
Descrição | Get Celegans data |
Tamanho do Arquivo | 365 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.0 |
Última Atualização | 2015-08-12 |
Data de Publicação | 2015-08-12 |
Desenvolvedor | dohalloran |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |