API Network Recorder sürüm geçmişi - 7 sürüm
API Network Recorder geliştiren: Fernando
API Network Recorder sürüm geçmişi - 7 sürüm
Eski sürümlere dikkat edin! Bu sürümler yalnızca test veya referans amacıyla sunulmaktadır.Her zaman eklentilerin son sürümlerini kullanmalısınız.
Son sürüm
Sürüm 0.2.5
22 Ağu 2026 tarihinde çıktı - 106,1 KBfirefox 140.0 ve üstü ile çalışırThis release focuses on making the popup and inspector feel snappier and less disruptive:- Fixed the popup sometimes flickering (rapidly resizing) or rendering too narrow when opened.
- Fixed the inspector page interrupting text selection and stealing input focus during its automatic refresh.
- The request list no longer jumps around: it stays anchored to the record you're viewing, and only auto-scrolls (smoothly) when you're already at the top and new requests arrive.
- Selecting a request or endpoint no longer resets your scroll position in the list.
- Added a "Copy domain" action, plus a quick visual confirmation flash on every Copy button.
- Added one-click "Ignore this domain" controls in both the popup and the request details view, so a domain can be excluded from capture without typing it in manually.
- Refreshed scrollbar styling to match the extension's dark theme.
Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Eski sürümler
Sürüm 0.2.3
21 Ağu 2026 tarihinde çıktı - 105,34 KBfirefox 140.0 ve üstü ile çalışırv0.2.3
Fixed
Popup flicker on open — the popup no longer rapidly expands/contracts. DOM updates from the three status calls (summary, settings, capture status) are now batched into a single pass instead of writing to the DOM as each async response landed separately.
Popup width collapsing to a narrow column — body { width: min(420px, 100vw) } was self-referential (Chrome measured the popup against its own not-yet-sized viewport). Replaced with a fixed 420px so the popup sizes correctly on the very first layout.
Can't select text / typing loses focus in the inspector page — the auto-refresh (every 2s) was replacing the entire page DOM even when no new records had arrived, wiping out any active selection or focus. It now skips the render entirely when nothing changed, and also skips while the user has an active text selection.
Request list scroll jumping on its own — new records are prepended at the top, so preserving a raw pixel scroll offset showed different records after every refresh. The list now anchors to the specific record the user was viewing and keeps it in place; if the user is already pinned near the top, it follows new records automatically (chat-style).
Copy buttons (domain/cURL/response/endpoint markdown) never flashed — they read event.currentTarget after an await, but the browser resets currentTarget to null once a click event's synchronous dispatch phase ends. Fixed by capturing the button reference before the await.
Added
Copy domain button in the request details header.
Copy confirmation animation — any copy button (domain, cURL, response, per-section copy, endpoint markdown) now flashes a teal highlight on a successful copy.
Smooth auto-scroll — when new records arrive while pinned near the top of the list, the view now glides up to reveal them (scrollTo({behavior:"smooth"})) instead of snapping instantly.
Themed scrollbars across the popup and inspector page, matching the dark UI instead of the default OS scrollbar.
"Ignore this domain" button in the popup, next to "Ignore this tab" — toggles the current tab's hostname in/out of the ignored-domains list in one click, no typing required. The "Ignore this tab" label was simplified (dropped the hostname) so the two buttons don't compete for space.Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Sürüm 0.1.6
22 May 2026 tarihinde çıktı - 92,05 KBfirefox 140.0 ve üstü ile çalışırFixed a Firefox-specific issue where the deep capture panel could appear even though the feature is not supported in Firefox.
This version improves the Firefox recording experience by keeping the interface focused on the options available in the browser.Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Sürüm 0.1.5
22 May 2026 tarihinde çıktı - 92,04 KBfirefox 140.0 ve üstü ile çalışırUpdated the screen recording workflow with improved capture reliability and Firefox compatibility.
Changes in this version:
- Improved screen, window, and tab recording behavior.
- Fixed Firefox response body capture handling.
- Fixed request body capture in deep capture mode.
- Improved body response normalization.
- Improved page bridge message handling.
- Updated extension manifest and version metadata.
- Added minor stability and UI improvements.Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Sürüm 0.1.4
22 May 2026 tarihinde çıktı - 92,65 KBfirefox 140.0 ve üstü ile çalışırImproved network body capture and inspection.- Added Firefox response body capture using Firefox's webRequest response stream API.
- Improved Chrome deep capture behavior for new and navigated tabs.
- Improved binary body handling so encoded payloads are shown as binary/base64 previews instead of unreadable corrupted text.
- Added per-section Copy buttons for request headers, request body, response headers, and response body.
- Improved request/response body classification for JSON, text, form data, and binary payloads.
Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Sürüm 0.1.3
21 May 2026 tarihinde çıktı - 83,25 KBfirefox 140.0 ve üstü ile çalışırAPI Network Recorder has been updated with improved browser support, capture reliability, and release packaging.
What changed:
- Added Firefox support.
- Added browser-specific builds and release packaging.
- Improved API request recording.
- Added support to pause automatic fetching/capturing.
- Improved page bridge messaging and failure handling.
- Updated extension manifest and privacy policy metadata.
- Fixed listing of request bodies.
- Updated remote site handling.
- Updated extension version and capture settings management.Kaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı
Sürüm 0.1.0
14 May 2026 tarihinde çıktı - 70,13 KBfirefox 140.0 ve üstü ile çalışırKaynak kodu Tüm hakları saklıdır lisansıyla yayımlandı