DirectFN MIX Formatter

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

Apa itu DirectFN MIX Formatter?

DirectFN MIX Formatter adalah ekstensi Chrome yang dikembangkan oleh dfn.eg.dev, dan fitur utamanya adalah "converts mix json response to tabular formatter with the capability of reassign request parameters".

Unduh Berkas CRX Ekstensi DirectFN MIX Formatter

Unduh file ekstensi DirectFN MIX Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama DirectFN MIX Formatter DirectFN MIX Formatter
ID jgneocghijaghjgkddgkgjlhagkbggon
URL Resmi https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon
Deskripsi converts mix json response to tabular formatter with the capability of reassign request parameters
Ukuran File 330 KB
Jumlah Instalasi 46
Versi Saat Ini 0.14
Terakhir Diperbarui 2016-08-11
Tanggal Publikasi 2016-08-11
Penilaian 5.00/5 Total 6 Penilaian
Pengembang dfn.eg.dev
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}