DirectFN MIX Formatter
converts mix json response to tabular formatter with the capability of reassign request parameters
Wat is DirectFN MIX Formatter?
DirectFN MIX Formatter is een Chrome-extensie ontwikkeld door dfn.eg.dev, en de belangrijkste functie is "converts mix json response to tabular formatter with the capability of reassign request parameters".
Download het CRX-bestand van de extensie DirectFN MIX Formatter
Download DirectFN MIX Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | jgneocghijaghjgkddgkgjlhagkbggon |
| Officiële URL | https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon |
| Beschrijving | converts mix json response to tabular formatter with the capability of reassign request parameters |
| Bestandsgrootte | 330 KB |
| Aantal Installaties | 46 |
| Huidige Versie | 0.14 |
| Laatst Bijgewerkt | 2016-08-11 |
| Publicatiedatum | 2016-08-11 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | dfn.eg.dev |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |