MadStats

Adds sorting and filtering functionality to the MWOMercs.com stats pages.

MadStatsคืออะไร?

MadStats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mad Librarian และคุณลักษณะหลักของมันคือ "Adds sorting and filtering functionality to the MWOMercs.com stats pages."

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

screenshot

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

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

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

                        -Single click stat column sorting, descending by default.
-MadStats menu icon in center to quickly access options.
-Creates a button bar on Weapon stats page to filter by weapon type and clan/is. 
-Creates a button bar on Mech stats page to filter by weight class, ownership, and clan/is.
-Custom mech names displayed when mouse hovers over the first column
-Hides mechs that would display as duplicates by default, shown again via option button.
-Adds a sticky table header to maintain readability when scrolling through large tables.
-Hero mechs renamed for grouping with chassis and preserving sortability; Hero name displayed on hover.
-Fully zoomable. Try holding the Ctrl key and pressing + a few times for an easier time reading the table.
-Sortable Time columns, hover for original time value display.
-Automatically updates owned mech list on profile page or mech stats page
-Table styles using tablesorter's built in theme: Black Ice.



Change Log: 4/20/18
-Updated Data for new mechs. (Through Hellfire)



Debug Mode:
When enabled, debug mode will enable features hidden from the default view.  They are usually only here because there are still issues to be worked out. This is not a perfect solution, but it allows me to easily control the default experience while still allowing for the functionality to be used and tested.  Feedback is greatly appreciated.

-Due to the instability of the column filters and download button, they currently require a user to enable debug mode via the options panel. 
-The profile page has some display modifications that removes the scrolling box in favor of all mechs in a grid with transparent background.

More info can be found in the FAQ.( http://madstats.is-great.net/faq.php )                    

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

ชื่อ MadStats MadStats
ID mkckpjialcghfhfhccdekpdnidcoloon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/madstats/mkckpjialcghfhfhccdekpdnidcoloon
คำอธิบาย Adds sorting and filtering functionality to the MWOMercs.com stats pages.
ขนาดไฟล์ 398 KB
จำนวนการติดตั้ง 603
เวอร์ชันปัจจุบัน 2.0.54
อัปเดตครั้งล่าสุด 2018-04-20
วันที่เผยแพร่ 2018-04-20
คะแนน 5.00/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Mad Librarian
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://madstats.is-great.net
URL หน้าช่วยเหลือ http://madstats.is-great.net/faq.php
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery\/jquery-3.0.0.min.js",
            "js\/jquery\/jquery-migrate-1.4.1.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "js\/tablesorter\/css\/theme.blackice.min.css",
                "css\/madStats.css"
            ],
            "js": [
                "js\/jquery\/jquery-3.0.0.min.js",
                "js\/jquery\/jquery-migrate-1.4.1.min.js",
                "js\/tablesorter\/js\/jquery.tablesorter.combined.min.js",
                "src\/inject\/Chrome-inject.js"
            ],
            "matches": [
                "http:\/\/mwomercs.com\/*",
                "https:\/\/mwomercs.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Adds sorting and filtering functionality to the MWOMercs.com stats pages.",
    "homepage_url": "http:\/\/madstats.is-great.net",
    "icons": {
        "128": "icons\/MadIcon128.png",
        "16": "icons\/MadIcon16.png",
        "48": "icons\/MadIcon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1gWEbH0FlqLSJgmtCZ4UHAcwhx6ZmQyyze4aXf\/j67j4EN6nApi6ytCm1fLPYBxHYr4hMAqpfJt9t8S8Q2g3Ji0ILpwoytpSP7OS9Py1TbtQgBQZfSeemjp6gVp65C4BVtMutxDCBq2nkt3x0CcXHBEf0n9EVNUSPjmcci9p81KEly1bEEJ2n4y4bgr7jrz5WCVPmagqxVz\/D2FtS3Or4k4s\/WZ78SjqM6cnwahafgE4+aTqP1CSccTpR1LFkmv4yaeq3nXpx0u2zsJtms9G8kWsbN8t5fxAaGF5pGH\/6LlOgqREfQXSXeZhebcJ8XdlUQlEoLWOdVCfR0UFI4p0wwIDAQAB",
    "manifest_version": 2,
    "name": "MadStats",
    "permissions": [
        "http:\/\/mwomercs.com\/",
        "https:\/\/mwomercs.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.54",
    "web_accessible_resources": [
        "js\/jquery\/jquery-3.0.0.min.js",
        "js\/tablesorter\/js\/jquery.tablesorter.combined.min.js",
        "icons\/madIconSparks.png"
    ]
}