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
Eメール [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:\/\/*\/*"
    ]
}