DirectFN MIX Formatter
converts mix json response to tabular formatter with the capability of reassign request parameters
What is DirectFN MIX Formatter?
DirectFN MIX Formatter is a Chrome extension developed by dfn.eg.dev, and its main feature is "converts mix json response to tabular formatter with the capability of reassign request parameters".
Download DirectFN MIX Formatter Extension CRX File
Download DirectFN MIX Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jgneocghijaghjgkddgkgjlhagkbggon |
Official URL | https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon |
Description | converts mix json response to tabular formatter with the capability of reassign request parameters |
File Size | 330 KB |
Installation Count | 46 |
Current Version | 0.14 |
Last Updated | 2016-08-11 |
Publish Date | 2016-08-11 |
Rating | 5.00/5 Total 6 Ratings |
Developer | dfn.eg.dev |
Payment Type | free |
Supported Languages | 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" ] } ] } |