DirectFN MIX Formatter
converts mix json response to tabular formatter with the capability of reassign request parameters
DirectFN MIX Formatter là gì?
DirectFN MIX Formatter là một tiện ích mở rộng Chrome được phát triển bởi dfn.eg.dev, và tính năng chính của nó là "converts mix json response to tabular formatter with the capability of reassign request parameters".
Tải xuống tệp CRX của tiện ích mở rộng DirectFN MIX Formatter
Tải xuống các tệp mở rộng DirectFN MIX Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgneocghijaghjgkddgkgjlhagkbggon |
URL Chính Thức | https://chrome.google.com/webstore/detail/directfn-mix-formatter/jgneocghijaghjgkddgkgjlhagkbggon |
Mô tả | converts mix json response to tabular formatter with the capability of reassign request parameters |
Kích Thước Tệp | 330 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 0.14 |
Cập Nhật Lần Cuối | 2016-08-11 |
Ngày Phát Hành | 2016-08-11 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | dfn.eg.dev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |