`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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ili.embl.de และคุณลักษณะหลักของมันคือ "`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย `ili
ดาวน์โหลดไฟล์ส่วนขยาย `ili ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
`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"
}
} | |