CelegansChrome

Get Celegans data

What is CelegansChrome?

CelegansChrome is a Chrome extension developed by dohalloran, and its main feature is "Get Celegans data".

Extension Screenshots

screenshot

Download CelegansChrome Extension CRX File

Download CelegansChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CelegansChrome CelegansChrome
ID ipnlfcanpnhkhljmminidjndijjmheib
Official URL https://chromewebstore.google.com/detail/celeganschrome/ipnlfcanpnhkhljmminidjndijjmheib
Description Get Celegans data
File Size 365 KB
Installation Count 38
Current Version 1.0
Last Updated 2015-08-12
Publish Date 2015-08-12
Developer dohalloran
Payment Type free
Supported Languages 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"
    ]
}