ParrotMocker
Intercept h5/node.js requests and mock reponses
什麼是ParrotMocker?
ParrotMocker是由chinesedfan開發的Chrome擴展程式,該擴展的主要功能是“Intercept h5/node.js requests and mock reponses”。
擴展截圖
下載ParrotMocker擴展crx文件
下載ParrotMocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Supports to intercept XHR/JSONP/Fetch requests and forward to the specified mock server.
擴展基本資訊
名稱 | ParrotMocker |
ID | hdhamekapmnmceohfdbfelofidflfelm |
官方網址 | https://chromewebstore.google.com/detail/parrotmocker/hdhamekapmnmceohfdbfelofidflfelm |
簡介 | Intercept h5/node.js requests and mock reponses |
檔案大小 | 55.87 KB |
安裝次數 | 182 |
目前版本 | 1.6.0 |
更新時間 | 2022-11-25 |
上架時間 | 2018-07-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | chinesedfan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/chinesedfan/parrot-mocker |
說明頁面URL | https://github.com/chinesedfan/parrot-mocker/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ParrotMocker", "version": "1.6.0", "description": "Intercept h5\/node.js requests and mock reponses", "icons": { "128": "img\/parrot-128.png" }, "action": { "default_title": "ParrotMocker", "default_icon": "img\/parrot-32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "build\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "build\/parrot.js" ], "matches": [ " |