Better CML

Adds DMP and custom EHP formula to CML

Better CML क्या है?

Better CML H8 / Nmzscape द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds DMP and custom EHP formula to CML"।

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

screenshot
screenshot

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

crx प्रारूप में Better CML एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds a new column for DMP and Custom EHP formula to user pages. Custom EHP formula can be input in json format on the options page. See my tweet for an example of the json format to use. 

https://twitter.com/NMZscape/status/920412939747758080

For any clarification or questions contact @nmzscape on twitter.

Change log:
v1.1.1:
Fixed an issue where plugin didn't work on https site.

v1.2.0
Fixed formatting issue when showing custom EHP and records column.
When clicking records or current top tab after clicking on a specific skill you are taken to the records or current top page for that skill.

v1.2.1
fixed icons

v1.2.2
css changes

To Do:
Implement ability to customize function parameter of EHP calculation
Create a firefox version                    

एक्सटेंशन की मूल जानकारी

नाम Better CML Better CML
ID dljejlijadlnpbohhfneklgolgdoipbd
आधिकारिक URL https://chromewebstore.google.com/detail/better-cml/dljejlijadlnpbohhfneklgolgdoipbd
विवरण Adds DMP and custom EHP formula to CML
फ़ाइल का आकार 69.18 KB
स्थापना संख्या 9
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2017-10-21
प्रकाशन तिथि 2017-10-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर H8 / Nmzscape
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better CML",
    "description": "Adds DMP and custom EHP formula to CML",
    "version": "1.2.2",
    "author": "H8",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/crystalmathlabs.com\/tracker\/track.php?player=*",
                "*:\/\/www.crystalmathlabs.com\/tracker\/track.php?player=*"
            ],
            "css": [
                "stats.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "cml.js",
                "better.js"
            ]
        },
        {
            "matches": [
                "*:\/\/crystalmathlabs.com\/*",
                "*:\/\/www.crystalmathlabs.com\/*"
            ],
            "css": [
                "wrap.css"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "stats.css"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}