CelegansChrome
Get Celegans data
CelegansChrome란 무엇입니까?
CelegansChrome은(는) dohalloran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Celegans data"입니다.
확장 프로그램 스크린샷
CelegansChrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |