API Monitor
Monitor web API requests without opening DevTools.
As of June 2026, API Monitor has 582 users and a 5.00/5 rating from 2 reviews in the Developer Tools category.
Usersup 1355.0 percent+1355.0%
582
582
Ratingno change0%
5.00
2 reviews
Reviewsup 100.0 percent+100.0%
2
Version
1.2.2
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.
History
11 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 40 | 5.00 | 1 | 1.1.2 |
| Apr 10, 2026 | 42 | 5.00 | 1 | 1.1.2 |
| Apr 20, 2026 | 99 | 5.00 | 1 | 1.1.2 |
| Apr 25, 2026 | 228 | 5.00 | 2 | 1.2.0 |
| May 3, 2026 | 169 | 5.00 | 2 | 1.2.0 |
| May 9, 2026 | 151 | 5.00 | 2 | 1.2.2 |
| May 14, 2026 | 158 | 5.00 | 2 | 1.2.2 |
| May 20, 2026 | 167 | 5.00 | 2 | 1.2.2 |
| May 26, 2026 | 320 | 5.00 | 2 | 1.2.2 |
| Jun 2, 2026 | 521 | 5.00 | 2 | 1.2.2 |
| Jun 8, 2026 | 596 | 5.00 | 2 | 1.2.2 |
| Now | 582 | 5.00 | 2 | 1.2.2 |
Changelog
- May 3, 2026description
🚀 API Monitor v1.2.0 – Advanced On-Page API Inspector & Console Monitor 📝 SUMMARY No need to open Chrome DevTools. API Monitor displays and inspects XHR and Fetch API requests, plus application console logs directly through a floating on-page panel. 🛠️ It supports request and response inspection, automatic JSON formatting, cURL command generation, real-time console monitoring, multi-language support, and persistent logs across page reloads. 💡 ABOUT API MONITOR Switching between your application and Chrome DevTools can disrupt your workflow, and network logs are often lost after a page reload. API Monitor is a lightweight on-page API inspection tool that helps developers view API request and response information, monitor application logs, and debug more efficiently without leaving the web page. ✨ KEY FEATURES 🔧 v1.2.0 Major Improvements & New Features (2026-04-14) ✅ HAR File Export (Postman Support) • Export All: Added "Export HAR" button in the toolbar to export all captured API requests with one click • Single Export: Added quick export button on each API record to immediately export individual requests ✅ cURL Command Copy Optimization • Independent Button: Added "Copy cURL" button next to each API record for quick copying of complete cURL commands • Complete Headers: cURL commands now include all intercepted HTTP headers: - Included: Custom headers, User-Agent, Origin, Referer, etc. - Excluded: Browser-managed headers (accept-encoding, content-length, connection, etc.) 🐛 Fixes & Optimizations • Large Body Copy Fix**: Fixed issue where copying Request Body or Response Body would be truncated when data exceeded DOM limits. Now reads complete data from original request objects • All UI elements update immediately when switching languages in multilingual environments 🔧 v1.1.2 Major Improvements & New Features ✅ Console Log Monitoring • Real-time interception of console.log, console.warn, console.error, console.info, console.debug • Per-level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search across console messages • Stack trace tracking showing original file names and line numbers • Automatic deep object serialization • Rate Limiting: Automatically detects log flooding (e.g., infinite loops) and applies frequency control (up to 50 logs/sec) to prevent browser lag. • Circular Reference Protection: A new internal mechanism ensures the extension doesn't intercept its own logs, eliminating potential deadlocks. • Data Truncation: Large serialized objects (over 10,000 characters) are now automatically truncated to maintain performance. • Smart Performance Scaling: Stack traces are automatically disabled during high-frequency log sessions to save CPU resources. ✅ Enhanced UI/UX • Version badge display on monitoring panel • Improved counter display (filtered / total format) • Better visual hierarchy and spacing • Refined dark/light mode styling • Improved Floating Dock Logic • Experimental Feature Panel --- 🎯 CORE FEATURES ✅ On-Page API Inspection View API request information through a draggable floating panel without opening DevTools. ✅ Request and Response Details Displays URL, HTTP method, status code, response time, headers, and readable body content. Only API data generated by the pages you actively visit is displayed. ✅ HTTP Method Support • GET, POST, PUT, DELETE, PATCH, HEAD • Color-coded method badges for quick identification ✅ Developer Assistance • Convert requests into cURL commands (one-click copy) • Automatically format JSON responses for better readability • Export and share requests with team members ⚙️ FUNCTIONAL OVERVIEW 🔍 Network Tab • Displays XMLHttpRequest (XHR) and Fetch API requests • Advanced filtering: - URL keyword search (hostname + pathname matching) - HTTP method filter (GET, POST, PUT, DELETE, PATCH, HEAD) - Status code filter (2xx, 3xx, 4xx, 5xx) - Latency/Duration range filter - Time range filter • Domain allow/block lists • Virtual scrolling for smooth rendering of large request lists 🧐 Detailed Inspection • Overview: URL, Method, Status Code, Response Time • Request Headers: Full header inspection and copying • Request Body: JSON preview, plain text, and FormData display • Response Headers: Complete header analysis • Response Body: Auto-formatting and syntax highlighting • cURL Export: One-click command generation for sharing with backend teams 📊 Console Tab (v1.1.0) • Real-time console log capture • Log level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search with highlighting • Source file tracking with accurate line numbers 💾 Application Tab • Local Storage inspection and management • Session Storage inspection and management • Cookie viewing and analysis • Storage size calculation and monitoring 🔐 Permissions Tab • Browser permission status monitoring • Real-time permission state detection • Camera, Microphone, Geolocation, and more 🎨 User Interface • Multiple floating panel styles: • Dark mode, light mode and classic mode support with system preference detection • Draggable, resizable, and minimizable panel 🔒 Privacy and Data Safety • All functionality runs locally in the browser • API data remains in browser memory or session storage • No data is sent to external servers • No analytics or tracking 🌐 Browser Compatibility • Chrome/Chromium 90+ • Edge 90+ • Any Chromium-based browser with Manifest V3 support ──────────────────────── 🚀 API Monitor v1.2.0 – 進階網頁 API 檢視與控制台監控面板 (2026-04-14) 📝 SUMMARY 無需開啟 Chrome DevTools (F12)。API Monitor 會在頁面上以懸浮面板的方式,顯示並分析使用者當前瀏覽頁面所產生的 XHR / Fetch API 請求及應用程式、主控日誌以及瀏覽器權限。 支援請求與回應資訊檢視、JSON 自動格式化、cURL 指令產生、實時控制台監控、多語言支援,以及頁面重新整理後的紀錄保留。 💡 ABOUT API MONITOR 是否覺得在開發或除錯時,頻繁切換 Chrome DevTools 影響操作體驗? 或是在重新整理頁面後,Network 紀錄立即消失而難以追蹤問題? API Monitor 是一款進階的頁面內 API 檢視工具,讓您在操作網頁的同時,即可查看 API 請求與回應的基本資訊、監控應用程式日誌,協助開發者更有效率地理解與除錯網頁行為。 ✨ KEY FEATURES 🔧 v1.2.0 新功能 ✅ HAR 檔案匯出(支援 Postman) • 全部匯出:在工具欄添加「匯出 HAR」按鈕,可一鍵匯出所有捕獲的 API 請求 • 單筆匯出:在每筆 API 紀錄上添加快速匯出按鈕,立即匯出單個請求 ✅ cURL 指令複製優化 • 獨立按鈕:在 API 紀錄右側添加「複製 cURL」按鈕,快速複製完整的 cURL 指令 • 完整 Header:cURL 指令現在包含所有攔截到的 HTTP Header: - 包含:自定義 Header、User-Agent、Origin、Referer 等 - 排除:瀏覽器自動管理的 Header(accept-encoding, content-length, connection 等) 🐛 修復與優化 • 大檔案複製修復:修復複製 Request Body 或 Response Body 時,當數據量超過 DOM 限制會被截斷的問題。現在直接讀取原始請求對象中的完整數據 • 多語言環境下切換語言時,所有 UI 元素即時更新 🔧 v1.1.2 新功能 ✅ 主控台日誌監控 • 實時攔截 console.log、console.warn、console.error、console.info、console.debug • 按日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋日誌訊息 • 堆疊追蹤顯示原始檔案名稱和行號 • 自動深度序列化複雜對象 • 速率限制 (Rate Limiting):偵測到海量日誌(如死迴圈)時,會自動進行頻率控制(每秒最高 50 筆),防止瀏覽器卡頓。 • 防死迴圈保護:新增內部攔截保護機制,徹底避免擴充功能攔截到自身產生的日誌。 • 大數據自動截斷:對於單筆過長(超過 10,000 字元)的物件序列化內容會自動截斷,確保傳輸效能。 • 智慧效能調整:在高負載日誌期間,自動關閉堆疊追蹤 (Stack Trace) 以節省 CPU 資源。 ✅ 增強的 UI/UX • 監控面板上的版本徽章顯示 • 改進的計數器顯示 (篩選 / 總數格式) • 更好的視覺層次和間距 • 精細化的深色/淺色模式樣式 • 浮動球 (Dock) 邏輯改進 • 實驗性功能面板 🎯 核心功能 ✅ 頁面內 API 檢視 • 以可拖曳的懸浮面板顯示 API 請求資訊,無需切換至 DevTools ✅ 請求與回應資訊顯示 • 顯示 URL、HTTP Method、Status Code、回應時間、Headers 與可讀格式的 Body 內容 • 僅顯示使用者當前瀏覽頁面所產生的 API 資料 ✅ HTTP 方法支援 • GET、POST、PUT、DELETE、PATCH、HEAD • 色彩編碼的方法徽章便於快速識別 ✅ 開發者輔助功能 • 將請求資訊轉換為 cURL 指令(一鍵複製) • JSON 回應自動格式化 • 匯出並與團隊成員共享請求 ⚙️ 功能詳解 🔍 Network 標籤 • 顯示 XMLHttpRequest(XHR)與 Fetch API 請求 • 進階篩選: - URL 關鍵字搜尋(主機名稱 + 路徑匹配) - HTTP 方法篩選 (GET、POST、PUT、DELETE、PATCH、HEAD) - Status Code 篩選 (2xx、3xx、4xx、5xx) - 延遲/持續時間範圍篩選 - 時間範圍篩選 • 網域允許/黑名單 • 虛擬滾動確保大型請求列表的流暢呈現 🧐 詳細資訊檢視 • 基本資訊:URL、Method、Status Code、回應時間 • Request Headers:完整標頭檢查和複製 • Request Body:JSON 預覽、純文字和 FormData 顯示 • Response Headers:完整標頭分析 • Response Body:自動格式化和語法高亮 • cURL 匯出:一鍵產生指令與後端團隊分享 📊 控制台標籤 (v1.1.0) • 即時控制台日誌捕獲 • 日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋 • 原始檔案追蹤和準確行號 💾 應用程式標籤 • Local Storage 檢視和管理 • Session Storage 檢視和管理 • Cookie 檢視和分析 • 儲存空間大小計算和監控 🔐 權限標籤 • 瀏覽器權限狀態監控 • 實時權限狀態檢測 • 攝像頭、麥克風、地理定位等 🎨 使用者介面 • 多種懸浮面板樣式可選 • 支援深色模式、淺色模式以及經典模式 • 面板可拖曳、縮放與最小化,不影響原始頁面操作 🔒 隱私與資料安全 • 所有功能皆於本機瀏覽器中執行 • API 資料僅存在瀏覽器記憶體或 Session Storage • 不會將任何資料傳送至外部伺服器 • 無任何分析或追蹤機制 🌐 瀏覽器相容性 • Chrome/Chromium 90+ • Edge 90+ • 任何支援 Manifest V3 的 Chromium 衍生瀏覽器
🚀 API Monitor v1.2.2 – Advanced On-Page API Inspector & Console Monitor No need to open Chrome DevTools. API Monitor captures XHR and Fetch requests through a floating on-page panel — inspect details, replay requests, monitor console logs, and manage storage without leaving the page. ✨ What's New in v1.2.2 ✅ Request Replay — edit and resend any captured request; diff view compares replayed vs original; localhost mode with remembered port ✅ Improved JSON Viewer — auto-expands nested structures; smoother interactions ✅ API Detail Tab Mode — tabbed layout (Response / Request / General / Headers) with drag-to-reorder in settings ✅ Redesigned Storage Panel — hover-reveal Edit/Delete, inline editing, add new entries; supports LocalStorage, SessionStorage, and Cookies 🔧 Previous Highlights v1.2.0 — HAR file export (Postman-compatible), dedicated "Copy cURL" button per record v1.1.2 — Real-time console log monitoring with level filtering, keyword search, and stack trace 🎯 Core Features 🔍 Network — captures XHR & Fetch; filter by URL, method, status, latency, time range; domain allow/block list 🧐 Inspect — headers, body (JSON/text/FormData), response time; one-click cURL copy and HAR export 📊 Console — real-time log capture with level filter (log/warn/error/info/debug) and keyword search 💾 Application — inspect and manage LocalStorage, SessionStorage, and Cookies 🔐 Permissions — browser permission status at a glance (camera, mic, geolocation, etc.) 🔒 Privacy — all data stays local; nothing sent to external servers 🌐 Chrome/Chromium 90+ · Edge 90+ · Manifest V3
- Apr 20, 2026description
🚀 API Monitor v1.1.2 – Advanced On-Page API Inspector & Console Monitor 📝 SUMMARY No need to open Chrome DevTools. API Monitor displays and inspects XHR and Fetch API requests, plus application console logs directly through a floating on-page panel. 🛠️ It supports request and response inspection, automatic JSON formatting, cURL command generation, real-time console monitoring, multi-language support, and persistent logs across page reloads. 💡 ABOUT API MONITOR Switching between your application and Chrome DevTools can disrupt your workflow, and network logs are often lost after a page reload. API Monitor is a lightweight on-page API inspection tool that helps developers view API request and response information, monitor application logs, and debug more efficiently without leaving the web page. ✨ KEY FEATURES 🔧 v1.1.2 Major Improvements & New Features ✅ Console Log Monitoring • Real-time interception of console.log, console.warn, console.error, console.info, console.debug • Per-level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search across console messages • Stack trace tracking showing original file names and line numbers • Automatic deep object serialization • Rate Limiting: Automatically detects log flooding (e.g., infinite loops) and applies frequency control (up to 50 logs/sec) to prevent browser lag. • Circular Reference Protection: A new internal mechanism ensures the extension doesn't intercept its own logs, eliminating potential deadlocks. • Data Truncation: Large serialized objects (over 10,000 characters) are now automatically truncated to maintain performance. • Smart Performance Scaling: Stack traces are automatically disabled during high-frequency log sessions to save CPU resources. ✅ Enhanced UI/UX • Version badge display on monitoring panel • Improved counter display (filtered / total format) • Better visual hierarchy and spacing • Refined dark/light mode styling • Improved Floating Dock Logic • Experimental Feature Panel --- 🎯 CORE FEATURES ✅ On-Page API Inspection View API request information through a draggable floating panel without opening DevTools. ✅ Request and Response Details Displays URL, HTTP method, status code, response time, headers, and readable body content. Only API data generated by the pages you actively visit is displayed. ✅ HTTP Method Support • GET, POST, PUT, DELETE, PATCH, HEAD • Color-coded method badges for quick identification ✅ Developer Assistance • Convert requests into cURL commands (one-click copy) • Automatically format JSON responses for better readability • Export and share requests with team members ⚙️ FUNCTIONAL OVERVIEW 🔍 Network Tab • Displays XMLHttpRequest (XHR) and Fetch API requests • Advanced filtering: - URL keyword search (hostname + pathname matching) - HTTP method filter (GET, POST, PUT, DELETE, PATCH, HEAD) - Status code filter (2xx, 3xx, 4xx, 5xx) - Latency/Duration range filter - Time range filter • Domain allow/block lists • Virtual scrolling for smooth rendering of large request lists 🧐 Detailed Inspection • Overview: URL, Method, Status Code, Response Time • Request Headers: Full header inspection and copying • Request Body: JSON preview, plain text, and FormData display • Response Headers: Complete header analysis • Response Body: Auto-formatting and syntax highlighting • cURL Export: One-click command generation for sharing with backend teams 📊 Console Tab (v1.1.0) • Real-time console log capture • Log level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search with highlighting • Source file tracking with accurate line numbers 💾 Application Tab • Local Storage inspection and management • Session Storage inspection and management • Cookie viewing and analysis • Storage size calculation and monitoring 🔐 Permissions Tab • Browser permission status monitoring • Real-time permission state detection • Camera, Microphone, Geolocation, and more 🎨 User Interface • Multiple floating panel styles: • Dark mode, light mode and classic mode support with system preference detection • Draggable, resizable, and minimizable panel 🔒 Privacy and Data Safety • All functionality runs locally in the browser • API data remains in browser memory or session storage • No data is sent to external servers • No analytics or tracking 🌐 Browser Compatibility • Chrome/Chromium 90+ • Edge 90+ • Any Chromium-based browser with Manifest V3 support ──────────────────────── 🚀 API Monitor v1.1.0 – 進階網頁 API 檢視與控制台監控面板 📝 SUMMARY 無需開啟 Chrome DevTools (F12)。API Monitor 會在頁面上以懸浮面板的方式,顯示並分析使用者當前瀏覽頁面所產生的 XHR / Fetch API 請求及應用程式、主控日誌以及瀏覽器權限。 支援請求與回應資訊檢視、JSON 自動格式化、cURL 指令產生、實時控制台監控、多語言支援,以及頁面重新整理後的紀錄保留。 💡 ABOUT API MONITOR 是否覺得在開發或除錯時,頻繁切換 Chrome DevTools 影響操作體驗?🔄 或是在重新整理頁面後,Network 紀錄立即消失而難以追蹤問題? API Monitor 是一款進階的頁面內 API 檢視工具,讓您在操作網頁的同時,即可查看 API 請求與回應的基本資訊、監控應用程式日誌,協助開發者更有效率地理解與除錯網頁行為。🎯 ✨ KEY FEATURES 🔧 v1.1.2 新功能 ✅ 主控台日誌監控 • 實時攔截 console.log、console.warn、console.error、console.info、console.debug • 按日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋日誌訊息 • 堆疊追蹤顯示原始檔案名稱和行號 • 自動深度序列化複雜對象 • 速率限制 (Rate Limiting):偵測到海量日誌(如死迴圈)時,會自動進行頻率控制(每秒最高 50 筆),防止瀏覽器卡頓。 • 防死迴圈保護:新增內部攔截保護機制,徹底避免擴充功能攔截到自身產生的日誌。 • 大數據自動截斷:對於單筆過長(超過 10,000 字元)的物件序列化內容會自動截斷,確保傳輸效能。 • 智慧效能調整:在高負載日誌期間,自動關閉堆疊追蹤 (Stack Trace) 以節省 CPU 資源。 ✅ 增強的 UI/UX • 監控面板上的版本徽章顯示 • 改進的計數器顯示 (篩選 / 總數格式) • 更好的視覺層次和間距 • 精細化的深色/淺色模式樣式 • 浮動球 (Dock) 邏輯改進 • 實驗性功能面板 🎯 核心功能 ✅ 頁面內 API 檢視 • 以可拖曳的懸浮面板顯示 API 請求資訊,無需切換至 DevTools ✅ 請求與回應資訊顯示 • 顯示 URL、HTTP Method、Status Code、回應時間、Headers 與可讀格式的 Body 內容 • 僅顯示使用者當前瀏覽頁面所產生的 API 資料 ✅ HTTP 方法支援 • GET、POST、PUT、DELETE、PATCH、HEAD • 色彩編碼的方法徽章便於快速識別 ✅ 開發者輔助功能 • 將請求資訊轉換為 cURL 指令(一鍵複製) • JSON 回應自動格式化 • 匯出並與團隊成員共享請求 ⚙️ 功能詳解 🔍 Network 標籤 • 顯示 XMLHttpRequest(XHR)與 Fetch API 請求 • 進階篩選: - URL 關鍵字搜尋(主機名稱 + 路徑匹配) - HTTP 方法篩選 (GET、POST、PUT、DELETE、PATCH、HEAD) - Status Code 篩選 (2xx、3xx、4xx、5xx) - 延遲/持續時間範圍篩選 - 時間範圍篩選 • 網域允許/黑名單 • 虛擬滾動確保大型請求列表的流暢呈現 🧐 詳細資訊檢視 • 基本資訊:URL、Method、Status Code、回應時間 • Request Headers:完整標頭檢查和複製 • Request Body:JSON 預覽、純文字和 FormData 顯示 • Response Headers:完整標頭分析 • Response Body:自動格式化和語法高亮 • cURL 匯出:一鍵產生指令與後端團隊分享 📊 控制台標籤 (v1.1.0) • 即時控制台日誌捕獲 • 日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋 • 原始檔案追蹤和準確行號 💾 應用程式標籤 • Local Storage 檢視和管理 • Session Storage 檢視和管理 • Cookie 檢視和分析 • 儲存空間大小計算和監控 🔐 權限標籤 • 瀏覽器權限狀態監控 • 實時權限狀態檢測 • 攝像頭、麥克風、地理定位等 🎨 使用者介面 • 多種懸浮面板樣式可選 • 支援深色模式、淺色模式以及經典模式 • 面板可拖曳、縮放與最小化,不影響原始頁面操作 🔒 隱私與資料安全 • 所有功能皆於本機瀏覽器中執行 • API 資料僅存在瀏覽器記憶體或 Session Storage • 不會將任何資料傳送至外部伺服器 • 無任何分析或追蹤機制 🌐 瀏覽器相容性 • Chrome/Chromium 90+ • Edge 90+ • 任何支援 Manifest V3 的 Chromium 衍生瀏覽器
🚀 API Monitor v1.2.0 – Advanced On-Page API Inspector & Console Monitor 📝 SUMMARY No need to open Chrome DevTools. API Monitor displays and inspects XHR and Fetch API requests, plus application console logs directly through a floating on-page panel. 🛠️ It supports request and response inspection, automatic JSON formatting, cURL command generation, real-time console monitoring, multi-language support, and persistent logs across page reloads. 💡 ABOUT API MONITOR Switching between your application and Chrome DevTools can disrupt your workflow, and network logs are often lost after a page reload. API Monitor is a lightweight on-page API inspection tool that helps developers view API request and response information, monitor application logs, and debug more efficiently without leaving the web page. ✨ KEY FEATURES 🔧 v1.2.0 Major Improvements & New Features (2026-04-14) ✅ HAR File Export (Postman Support) • Export All: Added "Export HAR" button in the toolbar to export all captured API requests with one click • Single Export: Added quick export button on each API record to immediately export individual requests ✅ cURL Command Copy Optimization • Independent Button: Added "Copy cURL" button next to each API record for quick copying of complete cURL commands • Complete Headers: cURL commands now include all intercepted HTTP headers: - Included: Custom headers, User-Agent, Origin, Referer, etc. - Excluded: Browser-managed headers (accept-encoding, content-length, connection, etc.) 🐛 Fixes & Optimizations • Large Body Copy Fix**: Fixed issue where copying Request Body or Response Body would be truncated when data exceeded DOM limits. Now reads complete data from original request objects • All UI elements update immediately when switching languages in multilingual environments 🔧 v1.1.2 Major Improvements & New Features ✅ Console Log Monitoring • Real-time interception of console.log, console.warn, console.error, console.info, console.debug • Per-level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search across console messages • Stack trace tracking showing original file names and line numbers • Automatic deep object serialization • Rate Limiting: Automatically detects log flooding (e.g., infinite loops) and applies frequency control (up to 50 logs/sec) to prevent browser lag. • Circular Reference Protection: A new internal mechanism ensures the extension doesn't intercept its own logs, eliminating potential deadlocks. • Data Truncation: Large serialized objects (over 10,000 characters) are now automatically truncated to maintain performance. • Smart Performance Scaling: Stack traces are automatically disabled during high-frequency log sessions to save CPU resources. ✅ Enhanced UI/UX • Version badge display on monitoring panel • Improved counter display (filtered / total format) • Better visual hierarchy and spacing • Refined dark/light mode styling • Improved Floating Dock Logic • Experimental Feature Panel --- 🎯 CORE FEATURES ✅ On-Page API Inspection View API request information through a draggable floating panel without opening DevTools. ✅ Request and Response Details Displays URL, HTTP method, status code, response time, headers, and readable body content. Only API data generated by the pages you actively visit is displayed. ✅ HTTP Method Support • GET, POST, PUT, DELETE, PATCH, HEAD • Color-coded method badges for quick identification ✅ Developer Assistance • Convert requests into cURL commands (one-click copy) • Automatically format JSON responses for better readability • Export and share requests with team members ⚙️ FUNCTIONAL OVERVIEW 🔍 Network Tab • Displays XMLHttpRequest (XHR) and Fetch API requests • Advanced filtering: - URL keyword search (hostname + pathname matching) - HTTP method filter (GET, POST, PUT, DELETE, PATCH, HEAD) - Status code filter (2xx, 3xx, 4xx, 5xx) - Latency/Duration range filter - Time range filter • Domain allow/block lists • Virtual scrolling for smooth rendering of large request lists 🧐 Detailed Inspection • Overview: URL, Method, Status Code, Response Time • Request Headers: Full header inspection and copying • Request Body: JSON preview, plain text, and FormData display • Response Headers: Complete header analysis • Response Body: Auto-formatting and syntax highlighting • cURL Export: One-click command generation for sharing with backend teams 📊 Console Tab (v1.1.0) • Real-time console log capture • Log level filtering (Log, Info, Warn, Error, Debug, Table) • Keyword search with highlighting • Source file tracking with accurate line numbers 💾 Application Tab • Local Storage inspection and management • Session Storage inspection and management • Cookie viewing and analysis • Storage size calculation and monitoring 🔐 Permissions Tab • Browser permission status monitoring • Real-time permission state detection • Camera, Microphone, Geolocation, and more 🎨 User Interface • Multiple floating panel styles: • Dark mode, light mode and classic mode support with system preference detection • Draggable, resizable, and minimizable panel 🔒 Privacy and Data Safety • All functionality runs locally in the browser • API data remains in browser memory or session storage • No data is sent to external servers • No analytics or tracking 🌐 Browser Compatibility • Chrome/Chromium 90+ • Edge 90+ • Any Chromium-based browser with Manifest V3 support ──────────────────────── 🚀 API Monitor v1.2.0 – 進階網頁 API 檢視與控制台監控面板 (2026-04-14) 📝 SUMMARY 無需開啟 Chrome DevTools (F12)。API Monitor 會在頁面上以懸浮面板的方式,顯示並分析使用者當前瀏覽頁面所產生的 XHR / Fetch API 請求及應用程式、主控日誌以及瀏覽器權限。 支援請求與回應資訊檢視、JSON 自動格式化、cURL 指令產生、實時控制台監控、多語言支援,以及頁面重新整理後的紀錄保留。 💡 ABOUT API MONITOR 是否覺得在開發或除錯時,頻繁切換 Chrome DevTools 影響操作體驗? 或是在重新整理頁面後,Network 紀錄立即消失而難以追蹤問題? API Monitor 是一款進階的頁面內 API 檢視工具,讓您在操作網頁的同時,即可查看 API 請求與回應的基本資訊、監控應用程式日誌,協助開發者更有效率地理解與除錯網頁行為。 ✨ KEY FEATURES 🔧 v1.2.0 新功能 ✅ HAR 檔案匯出(支援 Postman) • 全部匯出:在工具欄添加「匯出 HAR」按鈕,可一鍵匯出所有捕獲的 API 請求 • 單筆匯出:在每筆 API 紀錄上添加快速匯出按鈕,立即匯出單個請求 ✅ cURL 指令複製優化 • 獨立按鈕:在 API 紀錄右側添加「複製 cURL」按鈕,快速複製完整的 cURL 指令 • 完整 Header:cURL 指令現在包含所有攔截到的 HTTP Header: - 包含:自定義 Header、User-Agent、Origin、Referer 等 - 排除:瀏覽器自動管理的 Header(accept-encoding, content-length, connection 等) 🐛 修復與優化 • 大檔案複製修復:修復複製 Request Body 或 Response Body 時,當數據量超過 DOM 限制會被截斷的問題。現在直接讀取原始請求對象中的完整數據 • 多語言環境下切換語言時,所有 UI 元素即時更新 🔧 v1.1.2 新功能 ✅ 主控台日誌監控 • 實時攔截 console.log、console.warn、console.error、console.info、console.debug • 按日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋日誌訊息 • 堆疊追蹤顯示原始檔案名稱和行號 • 自動深度序列化複雜對象 • 速率限制 (Rate Limiting):偵測到海量日誌(如死迴圈)時,會自動進行頻率控制(每秒最高 50 筆),防止瀏覽器卡頓。 • 防死迴圈保護:新增內部攔截保護機制,徹底避免擴充功能攔截到自身產生的日誌。 • 大數據自動截斷:對於單筆過長(超過 10,000 字元)的物件序列化內容會自動截斷,確保傳輸效能。 • 智慧效能調整:在高負載日誌期間,自動關閉堆疊追蹤 (Stack Trace) 以節省 CPU 資源。 ✅ 增強的 UI/UX • 監控面板上的版本徽章顯示 • 改進的計數器顯示 (篩選 / 總數格式) • 更好的視覺層次和間距 • 精細化的深色/淺色模式樣式 • 浮動球 (Dock) 邏輯改進 • 實驗性功能面板 🎯 核心功能 ✅ 頁面內 API 檢視 • 以可拖曳的懸浮面板顯示 API 請求資訊,無需切換至 DevTools ✅ 請求與回應資訊顯示 • 顯示 URL、HTTP Method、Status Code、回應時間、Headers 與可讀格式的 Body 內容 • 僅顯示使用者當前瀏覽頁面所產生的 API 資料 ✅ HTTP 方法支援 • GET、POST、PUT、DELETE、PATCH、HEAD • 色彩編碼的方法徽章便於快速識別 ✅ 開發者輔助功能 • 將請求資訊轉換為 cURL 指令(一鍵複製) • JSON 回應自動格式化 • 匯出並與團隊成員共享請求 ⚙️ 功能詳解 🔍 Network 標籤 • 顯示 XMLHttpRequest(XHR)與 Fetch API 請求 • 進階篩選: - URL 關鍵字搜尋(主機名稱 + 路徑匹配) - HTTP 方法篩選 (GET、POST、PUT、DELETE、PATCH、HEAD) - Status Code 篩選 (2xx、3xx、4xx、5xx) - 延遲/持續時間範圍篩選 - 時間範圍篩選 • 網域允許/黑名單 • 虛擬滾動確保大型請求列表的流暢呈現 🧐 詳細資訊檢視 • 基本資訊:URL、Method、Status Code、回應時間 • Request Headers:完整標頭檢查和複製 • Request Body:JSON 預覽、純文字和 FormData 顯示 • Response Headers:完整標頭分析 • Response Body:自動格式化和語法高亮 • cURL 匯出:一鍵產生指令與後端團隊分享 📊 控制台標籤 (v1.1.0) • 即時控制台日誌捕獲 • 日誌級別篩選 (Log、Info、Warn、Error、Debug、Table) • 關鍵字搜尋 • 原始檔案追蹤和準確行號 💾 應用程式標籤 • Local Storage 檢視和管理 • Session Storage 檢視和管理 • Cookie 檢視和分析 • 儲存空間大小計算和監控 🔐 權限標籤 • 瀏覽器權限狀態監控 • 實時權限狀態檢測 • 攝像頭、麥克風、地理定位等 🎨 使用者介面 • 多種懸浮面板樣式可選 • 支援深色模式、淺色模式以及經典模式 • 面板可拖曳、縮放與最小化,不影響原始頁面操作 🔒 隱私與資料安全 • 所有功能皆於本機瀏覽器中執行 • API 資料僅存在瀏覽器記憶體或 Session Storage • 不會將任何資料傳送至外部伺服器 • 無任何分析或追蹤機制 🌐 瀏覽器相容性 • Chrome/Chromium 90+ • Edge 90+ • 任何支援 Manifest V3 的 Chromium 衍生瀏覽器
Permissions & access
- Permissions
- webRequestactiveTabscriptingstorage
- Host access
- <all_urls>
Screenshots
About
🚀 API Monitor v1.2.2 – Advanced On-Page API Inspector & Console Monitor No need to open Chrome DevTools. API Monitor captures XHR and Fetch requests through a floating on-page panel — inspect details, replay requests, monitor console logs, and manage storage without leaving the page. ✨ What's New in v1.2.2 ✅ Request Replay — edit and resend any captured request; diff view compares replayed vs original; localhost mode with remembered port ✅ Improved JSON Viewer — auto-expands nested structures; smoother interactions ✅ API Detail Tab Mode — tabbed layout (Response / Request / General / Headers) with drag-to-reorder in settings ✅ Redesigned Storage Panel — hover-reveal Edit/Delete, inline editing, add new entries; supports LocalStorage, SessionStorage, and Cookies 🔧 Previous Highlights v1.2.0 — HAR file export (Postman-compatible), dedicated "Copy cURL" button per record v1.1.2 — Real-time console log monitoring with level filtering, keyword search, and stack trace 🎯 Core Features 🔍 Network — captures XHR & Fetch; filter by URL, method, status, latency, time range; domain allow/block list 🧐 Inspect — headers, body (JSON/text/FormData), response time; one-click cURL copy and HAR export 📊 Console — real-time log capture with level filter (log/warn/error/info/debug) and keyword search 💾 Application — inspect and manage LocalStorage, SessionStorage, and Cookies 🔐 Permissions — browser permission status at a glance (camera, mic, geolocation, etc.) 🔒 Privacy — all data stays local; nothing sent to external servers 🌐 Chrome/Chromium 90+ · Edge 90+ · Manifest V3
Technical
- Version
- 1.2.2
- Manifest
- V3
- Size
- 110KiB
- Min Chrome
- 88
- Languages
- 3
- Featured
- No
Metadata
- ID
- kjfdleikaoefkocddlckjnngcoahgljd
- Developer ID
- u68c1c28d5f41bda6ae7743e6c391136a
- Developer Email
- [email protected]
- Created
- Jan 11, 2026
- Last Updated (Store)
- May 2, 2026
- Last Scraped
- Jun 8, 2026
- Website
- —
- Support URL
- —
Similar extensions
Alternatives to API Monitor, ranked by description similarity.
REST API Monitor
Monitor, log, and analyze REST API requests in real-time. Perfect for developers, QA engineers, and API analysts.
102
网站自定义器(自定义网站的标题和图标)
根据路径匹配自定义网站的标题和图标
28
★ 5.0
Web Interaction Logger
记录网页用户行为、DOM 变更与网络请求,助力AI分析与爬虫模拟。
72
网络监测器
实时监测网络请求时长,支持按资源类型筛选
7
网络请求拦截器
一款专为研发打造的网络请求拦截器,集成在 devtools NetLimit 选项卡中,支持网络请求拦截替换为预设的请求体、返回体,支持 XMLHttpRequest、fetch 请求拦截,同时支持 declarativeNetRequest 拦截
67
★ 3.0
API Sniffer Pro – Monitor, Inspect & Document APIs
Professional API monitoring, documentation, and code generation tool for developers — 100% local, no data collection.
117
★ 5.0
API-Helper
解析网络请求并生成API文档
14
★ 5.0
Rest API Inspector
Inspect, filter and export REST API calls from any web app. View headers, payloads, timing and status. Export as HAR or JSON.
1.0K
★ 4.3
Data sourced from the Chrome Web Store · last verified Jun 8, 2026.