`ili
`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces.
`ili란 무엇입니까?
`ili은(는) https://ili.embl.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces."입니다.
확장 프로그램 스크린샷
`ili 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
`ili helps put molecular data into spatial context by visualizing it overlaid onto a photo of sampling sites, a geographical map, or 3D surface. If you have data collected from different sites which either has different variables or was collected in a time course then `ili is a tool of choice for interactive visualization of maps corresponding to the variables or time points.
Examples and documentation are available at our website. (See the link below)
`ili is developed by the Alexandrov team at European Molecular Biology Laboratory. It is already used for studying metabolites and microbes on the human skin, molecules on wings of a bee, natural products of cyanobacteria from the whole world, and metabolites on leaves of a tomato plant from a backyard. `ili is open-source so get in touch if you have questions! 확장 프로그램 기본 정보
| 이름 | |
| ID | mkapabmcenklinkkegdigblcciogjckn |
| 공식 URL | https://chromewebstore.google.com/detail/%60ili/mkapabmcenklinkkegdigblcciogjckn |
| 설명 | `ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces. |
| 파일 크기 | 1.1 MB |
| 설치 횟수 | 136 |
| 현재 버전 | 1.0 |
| 최근 업데이트 | 2017-05-04 |
| 출시 날짜 | 2017-05-04 |
| 평점 | 5.00/5 총 3 개의 평점 |
| 개발자 | https://ili.embl.de |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/MolecularCartography/ili |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "`ili",
"description": "`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces.",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"chromext-background.js"
]
},
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"browser_action": {
"default_icon": {
"48": "img\/logo_48.png"
}
},
"icons": {
"48": "img\/logo_48.png",
"128": "img\/logo_128.png",
"512": "img\/logo_512.png"
}
} | |