ARCHS4

Ma'ayan Lab

ARCHS4とは何ですか?

ARCHS4はmaayanlabappsによって開発されたChromeの拡張機能で、その主な機能は「Ma'ayan Lab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ARCHS4拡張機能のCRXファイルをダウンロード

ARCHS4拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ARCHS4 ARCHS4
ID ognafeffndmmiliegaamoockceneedea
公式URL https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea
説明 Ma'ayan Lab
ファイルサイズ 45.67 KB
インストール数 867
現在のバージョン 1.0.1
最終更新日 2017-07-28
公開日 2017-07-27
評価 5.00/5 合計 7 レビュー
開発者 maayanlabapps
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amp.pharm.mssm.edu/archs4
対応言語 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"
    ]
}