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