Mimic , mock http requests

Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!

什么是Mimic , mock http requests?

Mimic , mock http requests是由Almog Sade开发的Chrome扩展程序,该扩展的主要功能是“Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!”。

扩展截图

screenshot

下载Mimic , mock http requests扩展crx文件

下载Mimic , mock http requests扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Mimic , mock http requests Mimic , mock http requests
ID fbbngjdkfemadhbhoodkckipcefojnli
官方URL https://chromewebstore.google.com/detail/mimic-mock-http-requests/fbbngjdkfemadhbhoodkckipcefojnli
简介 Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!
文件大小 2.48 MB
安装次数 338
当前版本 1.0
更新时间 2019-03-23
上架时间 2019-03-20
评分 3.60/5 共5次评分
开发者 Almog Sade
电子邮箱 [email protected]
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}