Nucleome Bridge
A Chrome Extesion to Bridge Nucleome Platform with Other Web Application
Nucleome Bridge란 무엇입니까?
Nucleome Bridge은(는) https://nucleome.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extesion to Bridge Nucleome Platform with Other Web Application"입니다.
확장 프로그램 스크린샷
Nucleome Bridge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |