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 هو إضافة Chrome تم تطويرها بواسطة Almog Sade، والميزة الرئيسية لها هي "Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mimic , mock http requests

قم بتنزيل ملفات الامتداد Mimic , mock http requests بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/*"
    ]
}