Nucleome Bridge
A Chrome Extesion to Bridge Nucleome Platform with Other Web Application
Nucleome Bridgeคืออะไร?
Nucleome Bridge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nucleome.org และคุณลักษณะหลักของมันคือ "A Chrome Extesion to Bridge Nucleome Platform with Other Web Application"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nucleome Bridge
ดาวน์โหลดไฟล์ส่วนขยาย Nucleome Bridge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nucleome Bridge is an Chrome Extension to link UCSC Genome Browser, WashU Epigenome Browser and Nucleome Browser. It passes genome coordinates and sync them between genome data browsers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nucleome Bridge |
ID | djcdicpaejhpgncicoglfckiappkoeof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nucleome-bridge/djcdicpaejhpgncicoglfckiappkoeof |
คำอธิบาย | A Chrome Extesion to Bridge Nucleome Platform with Other Web Application |
ขนาดไฟล์ | 91.67 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2022-03-15 |
วันที่เผยแพร่ | 2020-03-12 |
ผู้พัฒนา | https://nucleome.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vis.nucleome.org |
URL หน้าช่วยเหลือ | https://nucleome-browser.readthedocs.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nucleome Bridge", "version": "0.3.2", "description": "A Chrome Extesion to Bridge Nucleome Platform with Other Web Application", "permissions": [ "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "32": "images\/32.png", "96": "images\/96.png", "128": "images\/128.png" }, "background": { "scripts": [ "lib.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/32.png", "96": "images\/96.png" } }, "web_accessible_resources": [ "\/lib\/d3.min.js", "\/lib\/arrive.min.js", "\/scripts\/ucsc.js", "\/scripts\/washu.js" ], "content_scripts": [ { "matches": [ "*:\/\/genome.ucsc.edu\/cgi-bin\/hgTracks*", "*:\/\/epigenomegateway.wustl.edu\/browser\/*" ], "js": [ "scripts\/contentScripts.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/*.nucleome.org\/*", "*:\/\/*.nucleome.center\/*", "*:\/\/*.openmicroscopy.org\/*", "*:\/\/epigenomegateway.wustl.edu\/*", "*:\/\/*.4dnucleome.org\/*", "*:\/\/*.noncode.org\/*", "*:\/\/noncode.org\/*", "*:\/\/genome.compbio.cs.cmu.edu:*\/*", "*:\/\/*.andrew.cmu.edu:*\/*", "*:\/\/127.0.0.1:*\/*", "*:\/\/localhost:*\/*", "https:\/\/docs.google.com\/*", "https:\/\/*.googleusercontent.com\/*", "*:\/\/bl.ocks.org\/*", "*:\/\/*.n6a.org\/*", "*:\/\/cmach.sjtu.edu.cn:*\/*", "*:\/\/*.bininfo.org:*\/*", "*:\/\/*.noncode.org:*\/*", "https:\/\/nucleome.github.io\/*", "https:\/\/nimezhu.github.io\/*", "https:\/\/youdata.github.io\/*", "*:\/\/youdata.studio\/*", "*:\/\/*.youdata.studio\/*", "https:\/\/biomisc.org\/*", "*:\/\/*.biomisc.org\/*", "*:\/\/*.slack.com\/*", "*:\/\/codepen.io\/*", "*:\/\/cdpn.io\/*", "*:\/\/jsfiddle.net\/*", "*:\/\/fiddle.jshell.net\/*", "*:\/\/nucleome.dcmb.med.umich.edu\/*", "*:\/\/*.allencell.org\/*", "*:\/\/allencell.org\/*", "https:\/\/observablehq.com\/*", "*:\/\/*.observableusercontent.com\/*", "https:\/\/*.mybinder.org\/*", "https:\/\/colab.research.google.com\/*", "*:\/\/hub.mybinder.turing.ac.uk\/*", "*:\/\/*.cellcycle.org\/*", "*:\/\/cellcycle.org\/*", "*:\/\/youdata.studio\/*", "*:\/\/*.youdata.studio\/*" ] }, "manifest_version": 2 } |