Datasets2Tools

Ma'ayan Lab

Datasets2Tools란 무엇입니까?

Datasets2Tools은(는) maayanlabapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ma'ayan Lab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Datasets2Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}