Oh-my-Mock
Extension for caching and mocking API (XHR/Fetch) responses
什麼是Oh-my-Mock?
Oh-my-Mock是由Lucas Caljé開發的Chrome擴展程式,該擴展的主要功能是“Extension for caching and mocking API (XHR/Fetch) responses”。
擴展截圖
下載Oh-my-Mock擴展crx文件
下載Oh-my-Mock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
OhMyMock mocks XMLHttpRequest and Fetch requests. It caches responses automatically and as soon an API is called for which a response is already cached it will mock that request by serving a cached response. In the UI of OhMyMock you can modify responses, add response status codes and a much more. 擴展基本資訊
| 名稱 | |
| ID | egadlcooejllkdejejkhibmaphidmock |
| 官方網址 | https://chromewebstore.google.com/detail/oh-my-mock/egadlcooejllkdejejkhibmaphidmock |
| 簡介 | Extension for caching and mocking API (XHR/Fetch) responses |
| 檔案大小 | 7.07 MB |
| 安裝次數 | 2,211 |
| 目前版本 | 3.3.15 |
| 更新時間 | 2023-12-20 |
| 上架時間 | 2021-03-31 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | Lucas Caljé |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/scaljeri/oh-my-mock |
| 說明頁面URL | https://github.com/scaljeri/oh-my-mock/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Oh-my-Mock",
"version": "3.3.15",
"description": "Extension for caching and mocking API (XHR\/Fetch) responses",
"manifest_version": 3,
"minimum_chrome_version": "96",
"permissions": [
"background",
"storage",
"unlimitedStorage",
"tabs",
"declarativeNetRequest",
"webRequest"
],
"host_permissions": [
" | |