DirectFN MIX Formatter

converts mix json response to tabular formatter with the capability of reassign request parameters

Co je DirectFN MIX Formatter?

DirectFN MIX Formatter je rozšíření Chrome vyvinuté dfn.eg.dev, a jeho hlavní funkcí je „converts mix json response to tabular formatter with the capability of reassign request parameters“.

Stáhnout soubor CRX rozšíření DirectFN MIX Formatter

Stáhněte si soubory rozšíření DirectFN MIX Formatter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název DirectFN MIX Formatter DirectFN MIX Formatter
ID jgneocghijaghjgkddgkgjlhagkbggon
Oficiální URL https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon
Popis converts mix json response to tabular formatter with the capability of reassign request parameters
Velikost souboru 330 KB
Počet instalací 46
Aktuální Verze 0.14
Poslední Aktualizace 2016-08-11
Datum Vydání 2016-08-11
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář dfn.eg.dev
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "DirectFN MIX Formatter"
    },
    "name": "DirectFN MIX Formatter",
    "short_name": "DirectFN MIX Formatter",
    "description": "converts mix json response to tabular formatter with the capability of reassign request parameters",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/dfn-uds.directfn.com\/DfnUDS\/ClientServiceProvider",
        "https:\/\/dfn-uds.directfn.com\/DfnUDS\/ClientServiceProvider",
        "http:\/\/dfn-uds.directfn.com\/DfnUDS\/DCMServiceProvider",
        "https:\/\/dfn-uds.directfn.com\/DfnUDS\/DCMServiceProvider",
        "unlimitedStorage"
    ],
    "version": "0.14",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*\/ClientServiceProvider*",
                "https:\/\/*\/*\/ClientServiceProvider*",
                "http:\/\/*\/*\/DCMServiceProvider*",
                "https:\/\/*\/*\/DCMServiceProvider*"
            ],
            "js": [
                "jquery-1.10.2.js",
                "jquery-ui.js",
                "background.js",
                "moment.min.js"
            ],
            "css": [
                "jquery-ui.css",
                "style.css"
            ]
        }
    ]
}