CelegansChrome

Get Celegans data

什麼是CelegansChrome?

CelegansChrome是由dohalloran開發的Chrome擴展程式,該擴展的主要功能是“Get Celegans data”。

擴展截圖

screenshot

下載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 CelegansChrome
ID ipnlfcanpnhkhljmminidjndijjmheib
官方網址 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"
    ]
}