DirectFN MIX Formatter

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

DirectFN MIX Formatterคืออะไร?

DirectFN MIX Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dfn.eg.dev และคุณลักษณะหลักของมันคือ "converts mix json response to tabular formatter with the capability of reassign request parameters"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DirectFN MIX Formatter

ดาวน์โหลดไฟล์ส่วนขยาย DirectFN MIX Formatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DirectFN MIX Formatter DirectFN MIX Formatter
ID jgneocghijaghjgkddgkgjlhagkbggon
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}