Mimic , mock http requests
Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!
Mimic , mock http requests là gì?
Mimic , mock http requests là một tiện ích mở rộng Chrome được phát triển bởi Almog Sade, và tính năng chính của nó là "Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mimic , mock http requests
Tải xuống các tệp mở rộng Mimic , mock http requests 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
This plugin is a simulator for HTTP-based APIs. It can be used for mocking any web site integrate with HTTP or HTTPS. It enables you testing of edge cases and failure modes that the real API won't reliably produce.It's created for developers who at many times wish they had an easy way to setup a mock api. Mimic plugin is built on mimic framework, with an intuitive web UI for injective scenarios,scripts without preconfiguration. For more details visit : https://github.com/500tech/mimic
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mimic , mock http requests |
ID | fbbngjdkfemadhbhoodkckipcefojnli |
URL Chính Thức | https://chromewebstore.google.com/detail/mimic-mock-http-requests/fbbngjdkfemadhbhoodkckipcefojnli |
Mô tả | Mimic is a seamless mocking tool that runs inside your browser.No configuration needed! |
Kích Thước Tệp | 2.48 MB |
Số Lần Cài Đặt | 338 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-03-23 |
Ngày Phát Hành | 2019-03-20 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Almog Sade |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mimic , mock http requests", "short_name": "Mimic", "description": "Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!", "version": "1.0", "browser_action": { "default_icon": "mimic.png", "default_popup": "popup.html" }, "icons": { "48": "mimic.png", "96": "mimic_large.png", "128": "mimic_large.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [], "web_accessible_resources": [ "\/js\/utils.js", "\/js\/ace.js", "\/js\/mimic.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |