Datasets2Tools

Ma'ayan Lab

Datasets2Toolsとは何ですか?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Biomedical data repositories such as the Gene Expression Omnibus (GEO) enable the search and discovery of relevant research data digital objects. At the same time, tools that can operate on such data are indexed by repositories such as OMICStools. However, direct associations between datasets and tools are currently not available. The Datasets2Tools  Google Chrome extension displays icons that provide links to canned analyses from dataset landing pages of data repositories such as DataMed and the Gene Expression Omnibus (GEO). Such canned analyses are coming from the Datasets2Tools registry. By providing a simple and intuitive platform to link datasets to analysis tools, Datasets2Tools lowers the point of entry for many users of biomedical research repositories, furthering the conversion of data into knowledge.                    

拡張機能の基本情報

名前 Datasets2Tools Datasets2Tools
ID fbamphimpljabaailcaidmeegpcpkdel
公式URL https://chromewebstore.google.com/detail/datasets2tools/fbamphimpljabaailcaidmeegpcpkdel
説明 Ma'ayan Lab
ファイルサイズ 814 KB
インストール数 217
現在のバージョン 1.2
最終更新日 2017-09-26
公開日 2017-09-26
評価 5.00/5 合計 2 レビュー
開発者 maayanlabapps
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://amp.pharm.mssm.edu/datasets2tools
ヘルプページのURL http://amp.pharm.mssm.edu/datasets2tools/help
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datasets2Tools",
    "version": "1.2",
    "description": "Ma'ayan Lab",
    "icons": {
        "720": "icons\/icon_720.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_720.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/datamed.org\/*",
                "https:\/\/www.ncbi.nlm.nih.gov\/*"
            ],
            "css": [
                "css\/font-awesome.css",
                "css\/bootstrap.css",
                "css\/jquery.dataTables.min.css",
                "css\/jquery.dynatable.css",
                "css\/datasets2tools.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/bootstrap.min.js",
                "js\/jquery.dataTables.min.js",
                "js\/jquery.dynatable.js",
                "datasets2tools.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon_720.png",
        "fonts\/*"
    ],
    "permissions": [
        "https:\/\/amp.pharm.mssm.edu\/datasets2tools\/api\/search?*"
    ],
    "manifest_version": 2
}