Datasets2Tools
Ma'ayan Lab
Datasets2Toolsคืออะไร?
Datasets2Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maayanlabapps และคุณลักษณะหลักของมันคือ "Ma'ayan Lab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Datasets2Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |