DirectFN MIX Formatter

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

O que é DirectFN MIX Formatter?

DirectFN MIX Formatter é uma extensão do Chrome desenvolvida por dfn.eg.dev, e sua principal característica é "converts mix json response to tabular formatter with the capability of reassign request parameters".

Baixar o arquivo CRX da Extensão DirectFN MIX Formatter

Baixe arquivos de extensão DirectFN MIX Formatter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome DirectFN MIX Formatter DirectFN MIX Formatter
ID jgneocghijaghjgkddgkgjlhagkbggon
URL Oficial https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon
Descrição converts mix json response to tabular formatter with the capability of reassign request parameters
Tamanho do Arquivo 330 KB
Contagem de Instalações 46
Versão Atual 0.14
Última Atualização 2016-08-11
Data de Publicação 2016-08-11
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor dfn.eg.dev
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}