DirectFN MIX Formatter

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

什麼是DirectFN MIX Formatter?

DirectFN MIX Formatter是由dfn.eg.dev開發的Chrome擴展程式,該擴展的主要功能是“converts mix json response to tabular formatter with the capability of reassign request parameters”。

下載DirectFN MIX Formatter擴展crx文件

下載DirectFN MIX Formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 DirectFN MIX Formatter DirectFN MIX Formatter
ID jgneocghijaghjgkddgkgjlhagkbggon
官方網址 https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon
簡介 converts mix json response to tabular formatter with the capability of reassign request parameters
檔案大小 330 KB
安裝次數 46
目前版本 0.14
更新時間 2016-08-11
上架時間 2016-08-11
評分 5.00/5 共 6 次評分
開發者 dfn.eg.dev
付費類型 free
支援的語言 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"
            ]
        }
    ]
}