ARCHS4
Ma'ayan Lab
ARCHS4 là gì?
ARCHS4 là một tiện ích mở rộng Chrome được phát triển bởi maayanlabapps, và tính năng chính của nó là "Ma'ayan Lab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ARCHS4
Tải xuống các tệp mở rộng ARCHS4 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ARCHS4 |
ID | ognafeffndmmiliegaamoockceneedea |
URL Chính Thức | https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea |
Mô tả | Ma'ayan Lab |
Kích Thước Tệp | 45.67 KB |
Số Lần Cài Đặt | 867 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-07-28 |
Ngày Phát Hành | 2017-07-27 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | maayanlabapps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://amp.pharm.mssm.edu/archs4 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |