GreyMarch War Metal Extension

Enhances the interface of War Metal. e.g. overwrite force editor with a drag and drop interface

GreyMarch War Metal Extensionคืออะไร?

GreyMarch War Metal Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://greymarch.x10.mx และคุณลักษณะหลักของมันคือ "Enhances the interface of War Metal. e.g. overwrite force editor with a drag and drop interface"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GreyMarch War Metal Extension

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

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

                        Enhances the interface of WM. e.g.
Drag and Drop Force Editor
Unit Search
Force Builder
Force Reader
Epic Calc
Extra Stats on Faction Leaderboard
Epic Preview

Homepage at: http://greymarch.x10.mx

04/Mar/2013 - augmentation support
11/Feb/2013 - bug fixes, responding to changes by the WM developer
16/April/2013 - epic preview, new epics in calc
15/Sept/2013 - new epics
10/Oct/2013 - fix drag and drop force editor to cope with new wm security measures
7/Nov/2013 - various bug fixes
19/Jan/2014 - force loader fixed to work with new security measures                    

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

ชื่อ GreyMarch War Metal Extension GreyMarch War Metal Extension
ID hilcokehgklammenjamefaiikooiepfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/greymarch-war-metal-exten/hilcokehgklammenjamefaiikooiepfk
คำอธิบาย Enhances the interface of War Metal. e.g. overwrite force editor with a drag and drop interface
ขนาดไฟล์ 308 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.78
อัปเดตครั้งล่าสุด 2014-01-19
วันที่เผยแพร่ 2014-01-19
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://greymarch.x10.mx
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://greymarch.x10.mx
URL หน้าช่วยเหลือ http://greymarch.x10.mx/help.html
ภาษาที่รองรับ en-GB
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "W16.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/smoothness\/jquery-ui-1.10.0.custom.min.css",
                "css\/jquery.qtip.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/jquery-ui-1.9.2.custom.js",
                "js\/script.js",
                "js\/noncanvas.js"
            ],
            "matches": [
                "http:\/\/warmetalonline.com\/*",
                "http:\/\/staging.warmetalonline.com\/*",
                "https:\/\/warmetalonline.com\/*",
                "https:\/\/staging.warmetalonline.com\/*",
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/smoothness\/jquery-ui-1.10.0.custom.min.css",
                "css\/jquery.qtip.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/jquery-ui-1.9.2.custom.js",
                "js\/script.js",
                "js\/canvas.js"
            ],
            "matches": [
                "http:\/\/canvas.warmetalonline.com\/*",
                "http:\/\/staging-canvas.warmetalonline.com\/*",
                "https:\/\/canvas.warmetalonline.com\/*",
                "https:\/\/staging-canvas.warmetalonline.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/smoothness\/jquery-ui-1.10.0.custom.min.css",
                "css\/jquery.qtip.min.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/jquery-ui-1.9.2.custom.js",
                "js\/jquery.qtip.min.js",
                "js\/fb.js"
            ],
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "description": "Enhances the interface of War Metal. e.g. overwrite force editor with a drag and drop interface",
    "icons": {
        "128": "W128.png",
        "48": "W48.png"
    },
    "manifest_version": 2,
    "name": "GreyMarch War Metal Extension",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.greymarch.x10.mx\/*",
        "https:\/\/www.greymarch.x10.mx\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.78",
    "web_accessible_resources": [
        "images\/f.jpg",
        "images\/throbber.gif"
    ]
}