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文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | djcdicpaejhpgncicoglfckiappkoeof |
| 官方網址 | 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
} | |