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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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:\/\/*\/*"
    ]
}