Gaggle Chrome Goose

Parse web pages for gaggle data and interact with other Gaggle Geese

Gaggle Chrome Gooseคืออะไร?

Gaggle Chrome Goose เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Parse web pages for gaggle data and interact with other Gaggle Geese"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaggle Chrome Goose

ดาวน์โหลดไฟล์ส่วนขยาย Gaggle Chrome Goose ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ChromeGoose is a Chrome browser plugin for integration of bioinformatics analysis scripts, visualization tools and desktop and web resources by enabling seamless data exchange between all the components.

Analysis of the most biological data types require different desktop analysis software such as Cytoscape, MeV, R, web resources such as NCBI Entrez, EMBL String and custom scripts for manipulating, analyzing and visualizing the data. ChromeGoose provides a unified framework for leveraging the power of all these components by connecting them through well-define data-types. These data types include NameList, Matrix, Tuple and Network that were defined previously by the Gaggle framework. Various desktop analysis packages, web resources and custom scripts are easily plugged into ChromeGoose architecture and all data incompatibility issues are avoided.

Current implementation of the ChromeGoose integrates connectivity between Chrome,  Cytoscape, MeV and R. In addition based on the OpenCPU package, any R scripts can be plugged into this framework with minimal effort. We have already implemented three R scripts for custom analysis of regulatory network models including data plotting, filtering and performing enrichment analysis. 

ChromeGoose is developed by the Baliga Lab at Institute for Systems Biology.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gaggle Chrome Goose Gaggle Chrome Goose
ID loehpehjfhocaekdfacfkjbiohohafgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gaggle-chrome-goose/loehpehjfhocaekdfacfkjbiohohafgb
คำอธิบาย Parse web pages for gaggle data and interact with other Gaggle Geese
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 515
เวอร์ชันปัจจุบัน 1.1.0.5
อัปเดตครั้งล่าสุด 2015-05-29
วันที่เผยแพร่ 2015-05-28
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gaggle.systemsbiology.net/docs/geese/chromegoose/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gaggle Chrome Goose",
    "description": "Parse web pages for gaggle data and interact with other Gaggle Geese",
    "version": "1.1.0.5",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "jquery-1.11.0.min.js",
        "jquery-ui-1.10.4.js",
        "opencpu-0.4.js",
        "message.js",
        "util.js",
        "handlers\/handler.js",
        "handlers\/david.js",
        "handlers\/kegg.js",
        "handlers\/pipe2SearchHandle.js",
        "handlers\/stamp.js",
        "handlers\/MRMAtlasGoose.js",
        "handlers\/maggie.js",
        "handlers\/rscriptwrapper.js",
        "handlers\/genesetenrichment.js",
        "handlers\/plotexpression.js"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui-1.10.4.js",
                "opencpu-0.4.js",
                "message.js",
                "util.js",
                "ufmt.js",
                "data\/gaggle_data.js",
                "data\/namelist.js",
                "data\/datamatrix.js",
                "data\/cluster.js",
                "handlers\/handler.js",
                "handlers\/gaggleMicroformat.js",
                "handlers\/gaggleXml.js",
                "handlers\/gaggleMicroformatHandler.js",
                "handlers\/pipe2Goose.js",
                "handlers\/metlin.js",
                "handlers\/sgd.js",
                "handlers\/emblstring.js",
                "handlers\/webhandler.js",
                "gaggle.js"
            ],
            "css": [
                "jquery-ui-1.10.4.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/david.abcc.ncifcrf.gov\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui-1.10.4.js",
                "message.js",
                "util.js",
                "ufmt.js",
                "handlers\/handler.js",
                "handlers\/david.js",
                "handlers\/webhandler.js",
                "data\/gaggle_data.js",
                "data\/namelist.js",
                "data\/datamatrix.js",
                "data\/cluster.js",
                "gaggle.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/string.embl.de\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui-1.10.4.js",
                "message.js",
                "util.js",
                "ufmt.js",
                "handlers\/handler.js",
                "handlers\/emblstring.js",
                "handlers\/webhandler.js",
                "data\/gaggle_data.js",
                "data\/namelist.js",
                "data\/datamatrix.js",
                "data\/cluster.js",
                "gaggle.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/maggie.systemsbiology.net\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui-1.10.4.js",
                "message.js",
                "util.js",
                "ufmt.js",
                "handlers\/handler.js",
                "handlers\/maggie.js",
                "handlers\/webhandler.js",
                "data\/gaggle_data.js",
                "data\/namelist.js",
                "data\/datamatrix.js",
                "data\/cluster.js",
                "gaggle.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.genome.jp\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui-1.10.4.js",
                "message.js",
                "util.js",
                "ufmt.js",
                "handlers\/handler.js",
                "handlers\/kegg.js",
                "handlers\/webhandler.js",
                "data\/gaggle_data.js",
                "data\/namelist.js",
                "data\/datamatrix.js",
                "data\/cluster.js",
                "gaggle.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/networks.systemsbiology.net\/*"
            ],
            "js": [
                "handlers\/networkportalHandler.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Gaggle Chrome Goose",
        "default_icon": {
            "19": "img\/chromegoose-logo19px.png",
            "38": "img\/chromegoose-logo38px.png"
        },
        "default_popup": "browser_popup.html"
    }
}