Nucleome Bridge

A Chrome Extesion to Bridge Nucleome Platform with Other Web Application

Nucleome Bridge क्या है?

Nucleome Bridge https://nucleome.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extesion to Bridge Nucleome Platform with Other Web Application"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nucleome Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}