Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
Loggy - Console + Network Log Collector 預覽

Loggy - Console + Network Log Collector 作者: Kyubiware

Capture and export Console & Network logs as structured Markdown for LLM debugging

也可在 Firefox for Android™ 使用也可在 Firefox for Android™ 使用
0(0 筆評分)0(0 筆評分)
30 位使用者30 位使用者
下載 Firefox 並安裝擴充套件
下載檔案
掃描 QR Code,即可在 Firefox for Android 當中開啟此擴充套件

擴充套件後設資料

畫面擷圖
關於此擴充套件
Loggy is a browser DevTools extension that turns Console and Network activity into clean, structured Markdown — compiled for token efficiency so you can debug faster with AI coding agents.

Why Loggy?

Debugging with AI usually means copying logs, formatting them, and stripping out noise before pasting into a chat. Loggy does that work for you — no need to even open the DevTools panel.

Debug Android browsers without USB

Loggy works on Firefox for Android. Pair it with loggy-serve running on your dev machine and you can capture mobile browser logs over the network — no ADB, no USB cable, no remote debugging setup. Just open the page on your phone, reproduce the bug, and the logs land on your desktop ready to paste into your AI chat.

The AI Debugging Flow

This is the workflow Loggy was built for:
  1. Describe the bug to your AI coding agent (Claude Code, Cursor, etc.)
  2. Ask it to add strategic console logs to help diagnose the issue
  3. Reproduce the bug in your browser (desktop or Android)
  4. Copy Loggy's compiled output and paste it back into the AI chat
  5. Let the AI fix it with full context of exactly what happened

This loop is incredibly effective because the AI gets structured, filtered, token-efficient logs instead of raw noise.

Features
  • One-click capture — Grab Console logs and Network requests from the current page instantly
  • Android support — Capture logs from Firefox for Android via loggy-serve — no USB debugging required
  • Smart filtering — Regex-based console filters plus include/exclude patterns for network requests (prefix with - to exclude, e.g. api.v1 -*.png)
  • Automatic pruning — Removes binary payloads, base64 blobs, and oversized responses so the output stays readable and token-efficient
  • Structured Markdown output — Clean tables with timestamps, log levels, request details, and response summaries
  • Copy to clipboard — Export everything in one click, ready to paste
  • Server export — Sync logs to your own loggy-serve instance for cross-device and mobile workflows

How to use (desktop)
  1. Open DevTools (F12) on any page
  2. Click the Loggy tab
  3. Apply filters if you want to narrow the output
  4. Click Copy to Clipboard
  5. Paste into your AI coding agent chat

How to use (Android)
  1. Start loggy-serve on your dev machine:
    npx loggy-serve --port 8743
  2. On your Android device, open Firefox and navigate to the page you want to debug
  3. Open Loggy from the browser menu and point it to your server (e.g. http://192.168.1.100:8743)
  4. Reproduce the issue, then export — logs land on your dev machine instantly
  5. Use loggy print or check http://localhost:8743/loggy/export to grab the output

Using with loggy-serve

npm install -g loggy-serve

or

npx loggy-serve --port 8743

npm package: loggy-serve

Privacy

Loggy runs locally in your browser by default:
  • No data sent to external servers
  • No analytics or tracking
  • Clipboard access only triggered by your explicit action
  • Optional server export only runs when you connect it to your own loggy-serve instance

v1.5.0
  • release(extension): v1.5.0 (e2f54b5)
  • refactor(tests): improve test setup and Firefox compatibility (22c286f)
  • refactor(background): simplify navigation detection by removing pendingNavigationByTab tracking (04817f8)
  • refactor(background): replace poll count tracker with monotonic seq and dedup (0e05295)
  • docs: update AGENTS.md files across project with build-time browser detection and CI improvements (635d23f)
  • test(useCaptureData): update onNavigated mocking to use defineProperty (d9311e7)
  • refactor(browser-apis): convert event properties to lazy getters (396663c)
  • docs(agents): update architecture documentation across project (a6eed8b)
  • refactor(extension): improve background services and browser APIs integration (1bea433)
  • feat(network): capture and display request bodies in network logs (f63914a)
  • feat(formatter): extract network 4xx/5xx failures to Debug Signals section (5353b70)
  • feat(utils): improve network failure and polling response formatting with deduplication and request body visibility (df579dc)
  • feat(formatter): add network 4xx/5xx failure signals to Debug Signals section (ae63609)
  • feat(popup): move preview functionality to header and add markdown preview button (19da72c)
  • feat(background): add panel lifecycle detection via runtime port connection (203a42b)
  • feat(popup): add settings-aware refresh to usePopupData (655b574)
  • feat(extension): improve navigation handling and logging state management (da8afae)
  • feat(extension): add panel-to-background snapshot sync for devtools mode (4ba610f)
  • feat(routes-filter): add routes filter toggle functionality (538f15e)
  • feat(popup): preserve scroll position during refreshes (baf664a)
  • test(PreviewPane): update route checkbox assertions and labels (b63941e)
  • feat(popup): add auto-include routes toggle functionality (760d978)
  • feat(test): add tests for useRouteActions and update LoggyContext test (81b3de7)
  • feat(routes): add auto-include routes toggle option (eb1f377)
  • feat(loggy): add auto-include routes feature (88c9f56)
  • feat(background): improve polling sync with delta-based deduplication and reload handling (1ed40ee)
由 1 位評論者給出 0 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
0
4
0
3
0
2
0
1
0
還沒有評論
權限與資料

必要權限:

  • 讓開發者工具可存取您在開啟分頁中的資料

選用的權限:

  • 存取您所有網站中的資料

收集下列資料:

  • 開發者聲稱此擴充套件不要求收集任何資料。
了解更多
更多資訊
附加元件網址
  • 首頁
  • 技術支援網站
  • 技術支援信箱
  • 複製附加元件 ID
版本
1.5.0
大小
360.4 KB
最近更新
12 天前 (2026年7月1日)
相關分類
  • 網頁開發
授權條款
MIT License
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

下載

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新編譯版本

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

社群

  • Connect
  • Contribute
  • Developer

追蹤

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。Android 是 Google LLC 的註冊商標。