DirectFN MIX Formatter
converts mix json response to tabular formatter with the capability of reassign request parameters
Cos'è DirectFN MIX Formatter?
DirectFN MIX Formatter è un'estensione di Chrome sviluppata da dfn.eg.dev, e la sua funzione principale è "converts mix json response to tabular formatter with the capability of reassign request parameters".
Scarica il file CRX dell'estensione DirectFN MIX Formatter
Scarica i file di estensione DirectFN MIX Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | jgneocghijaghjgkddgkgjlhagkbggon |
URL Ufficiale | https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon |
Descrizione | converts mix json response to tabular formatter with the capability of reassign request parameters |
Dimensione del File | 330 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.14 |
Ultimo Aggiornamento | 2016-08-11 |
Data di Pubblicazione | 2016-08-11 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | dfn.eg.dev |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |