Mockiato: Mocks on the Fly!
Chrome extension to intercept requests, create real-time mocks, and auto-insert headers for web development & testing.
什麼是Mockiato: Mocks on the Fly!?
Mockiato: Mocks on the Fly!是由mockiato.extension開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to intercept requests, create real-time mocks, and auto-insert headers for web development & testing.”。
擴展截圖
下載Mockiato: Mocks on the Fly!擴展crx文件
下載Mockiato: Mocks on the Fly!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Mockiato is an extension for Google Chrome, designed to optimize web application development and testing. It allows you to intercept outgoing requests in real-time and create mocks for them, ensuring quick emulation of server responses. In addition, Mockiato enables the addition or modification of headers in requests. This feature significantly simplifies request configuration and saves developers' time. Combined, these tools provide flexibility and convenience, making the development and testing process more efficient and reliable. You can submit issues, bugs or feature request at https://github.com/avivasyuta/mockiato/issues
擴展基本資訊
名稱 | Mockiato: Mocks on the Fly! |
ID | ilbkkhmnmnehcicempfpekgcpneeekao |
官方網址 | https://chromewebstore.google.com/detail/mockiato-mocks-on-the-fly/ilbkkhmnmnehcicempfpekgcpneeekao |
簡介 | Chrome extension to intercept requests, create real-time mocks, and auto-insert headers for web development & testing. |
檔案大小 | 477 KB |
安裝次數 | 161 |
目前版本 | 1.7.3 |
更新時間 | 2024-02-08 |
上架時間 | 2022-08-30 |
評分 | 5.00/5 共 2 次評分 |
開發者 | mockiato.extension |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/avivasyuta/mockiato |
說明頁面URL | https://github.com/avivasyuta/mockiato |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mockiato: Mocks on the Fly!", "description": "Chrome extension to intercept requests, create real-time mocks, and auto-insert headers for web development & testing.", "version": "1.7.3", "devtools_page": "devtools.html", "icons": { "16": "icons\/mockiato-16.png", "128": "icons\/mockiato-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/mockiato-16.png", "128": "icons\/mockiato-128.png" } }, "permissions": [ "storage" ], "host_permissions": [ " |