MET

METastasisWay Annotation Tool

METคืออะไร?

MET เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://btm.tmu.edu.tw/metastasisWay และคุณลักษณะหลักของมันคือ "METastasisWay Annotation Tool"

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

screenshot

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

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

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

                        METastasisway annotation tool (MET) is an interactive curation system that provides you a powerful and easy-to-use way to contribute your reading about metastasis. 

MET gives you full control of the available biomedical concepts annotations recorded in MetastasisWay for the construction of metastatis pathways.                    

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

ชื่อ MET MET
ID lokpfiaclgdopdmpmapcghojakojiilc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/met/lokpfiaclgdopdmpmapcghojakojiilc
คำอธิบาย METastasisWay Annotation Tool
ขนาดไฟล์ 695 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.0.9.0
อัปเดตครั้งล่าสุด 2019-09-29
วันที่เผยแพร่ 2019-09-29
ผู้พัฒนา https://btm.tmu.edu.tw/metastasisWay
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MET",
    "version": "0.0.9.0",
    "description": "METastasisWay Annotation Tool",
    "minimum_chrome_version": "23",
    "page_action": {
        "default_icon": {
            "38": "images\/icon38-2.png"
        },
        "default_title": "MET"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/www.ncbi.nlm.nih.gov\/*",
        "http:\/\/localhost:29746\/*",
        "http:\/\/btm.tmu.edu.tw\/*",
        "http:\/\/bws.iis.sinica.edu.tw\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ncbi.nlm.nih.gov\/pubmed*"
            ],
            "css": [
                "scripts\/annotator\/annotator.min.css",
                "scripts\/jquery-ui\/jquery-ui.min.css",
                "styles\/jtable\/lightcolor\/blue\/jtable.min.css",
                "styles\/metastasisWay.css",
                "scripts\/cytoscape\/cytoscape.js-toolbar\/font-awesome-4.0.3\/css\/font-awesome.min.css"
            ],
            "js": [
                "scripts\/jquery-1.10.2.min.js",
                "scripts\/jquery-ui\/jquery-ui.min.js",
                "scripts\/jtable\/jquery.jtable.min.js",
                "scripts\/annotator\/annotator-full.min.js",
                "scripts\/jquery.signalR-2.2.0.min.js",
                "scripts\/signalr\/hubs.js",
                "scripts\/filesaver\/FileSaver.min.js",
                "scripts\/cytoscape\/cytoscape.min.js",
                "scripts\/cytoscape\/cytoscape-cose-bilkent.js",
                "scripts\/cytoscape\/cytoscape.js-toolbar\/cytoscape-toolbar.js",
                "scripts\/metastasiswayAnnotator.js",
                "scripts\/metastasiswayVisualizer.js",
                "scripts\/pubmed\/pubmed.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "scripts\/jquery-1.10.2.min.map",
        "images\/doc.png",
        "images\/list_metro.png",
        "images\/enlarge.png",
        "images\/ajax-loader.gif",
        "images\/ajax-processing.gif",
        "images\/error.png",
        "images\/save.png",
        "styles\/jtable\/lightcolor\/blue\/loading.gif",
        "styles\/jtable\/lightcolor\/add.png",
        "styles\/jtable\/lightcolor\/close.png",
        "styles\/jtable\/lightcolor\/column-asc.png",
        "styles\/jtable\/lightcolor\/column-desc.png",
        "styles\/jtable\/lightcolor\/column-sortable.png",
        "styles\/jtable\/lightcolor\/delete.png",
        "styles\/jtable\/lightcolor\/edit.png",
        "styles\/jtable\/lightcolor\/bg-thead.png",
        "scripts\/cytoscape\/cytoscape.js-toolbar\/font-awesome-4.0.3\/fonts\/*"
    ]
}