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" ] } |