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"
]
}
]
} | |