DirectFN MIX Formatter
converts mix json response to tabular formatter with the capability of reassign request parameters
Co to jest DirectFN MIX Formatter?
DirectFN MIX Formatter to rozszerzenie Chrome opracowane przez dfn.eg.dev, a jego główną funkcją jest „converts mix json response to tabular formatter with the capability of reassign request parameters”.
Pobierz plik CRX rozszerzenia DirectFN MIX Formatter
Pobierz pliki rozszerzeń DirectFN MIX Formatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jgneocghijaghjgkddgkgjlhagkbggon |
Oficjalny URL | https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon |
Opis | converts mix json response to tabular formatter with the capability of reassign request parameters |
Rozmiar pliku | 330 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 0.14 |
Ostatnia Aktualizacja | 2016-08-11 |
Data Publikacji | 2016-08-11 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | dfn.eg.dev |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |