ARCHS4

Ma'ayan Lab

What is ARCHS4?

ARCHS4 is a Chrome extension developed by maayanlabapps, and its main feature is "Ma'ayan Lab".

Extension Screenshots

screenshot
screenshot
screenshot

Download ARCHS4 Extension CRX File

Download ARCHS4 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

                        All RNA-seq and CHIP-seq Sample Search Space (ARCHS4) is a browser extension that adds content to the landing pages of RNA-seq datasets available on the Gene Expression Omnibus (GEO). The extension adds links to download files that contain the aligned reads mapped to genes with counts, as well as a heatmap visualization summary of the expression data from the processed samples using Clustergrammer.                    

Extension Basic Information

Name ARCHS4 ARCHS4
ID ognafeffndmmiliegaamoockceneedea
Official URL https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea
Description Ma'ayan Lab
File Size 45.67 KB
Installation Count 867
Current Version 1.0.1
Last Updated 2017-07-28
Publish Date 2017-07-27
Rating 5.00/5 Total 7 Ratings
Developer maayanlabapps
Email [email protected]
Payment Type free
Extension Website https://amp.pharm.mssm.edu/archs4
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ARCHS4",
    "description": "Ma'ayan Lab",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ncbi.nlm.nih.gov\/geo\/*"
            ],
            "js": [
                "archs.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/amp.pharm.mssm.edu\/awsscheduler\/getGSEmatrix.php*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon_720.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "720": "icons\/icon_720.png"
    },
    "web_accessible_resources": [
        "icons\/icon_128.png",
        "icons\/icon_720.png",
        "icons\/help.png"
    ]
}