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插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |