ARCHS4
Ma'ayan Lab
什么是ARCHS4?
ARCHS4是由maayanlabapps开发的Chrome扩展程序,该扩展的主要功能是“Ma'ayan Lab”。
扩展截图
下载ARCHS4扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |