HITOP - HTTP API Testing Tool Versionsgeschichte – 2 Versionen
HITOP - HTTP API Testing Tool von Bohdan
HITOP - HTTP API Testing Tool Versionsgeschichte – 2 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 3.0.0
Veröffentlicht 12. Okt. 2025 – 6,27 MBFunktioniert mit firefox 109.0 und höherHITOP 3.0.0 Release Notes
Release Date: October 12, 2025
🎉 What's New in 3.0.0
✨ Major Features
Show Extra Toggle- New UI Toggle: Added "Show Extra" switch to control visibility of advanced sections
- Cleaner Interface: Headers and Custom Scripts sections are now hidden by default
- Per-Tab Setting: Each tab maintains its own visibility preference
- Improved UX: Reduces clutter for simple API requests while keeping advanced features accessible
🔧 UI/UX Improvements- Simplified Default View: New requests start with a cleaner, more focused interface
- Toggle Control: Easy-to-use Material-UI switch to show/hide advanced features
- Better Organization: Headers and scripting sections are grouped under "Show Extra"
- Responsive Design: Toggle state persists across tab switches
📦 Extension Updates- Firefox Compatibility: Fixed Manifest V3 compatibility issues for Firefox
- Extension ID: Properly configured
hitop@example.comfor Mozilla Add-ons - Background Scripts: Updated to use Firefox-compatible
scriptsarray instead ofservice_worker - Browser Settings: Added
browser_specific_settingsfor Firefox-specific configuration - Minimum Version: Set Firefox 109.0+ as minimum version for MV3 support
🌐 Documentation- Firefox Extension Link: Added direct link to Mozilla Add-ons store in README
- Website Update: Updated landing page with Firefox extension installation link
- Version Badge: Updated version display to 3.0.0 across all documentation
📋 What's Hidden by Default (Show Extra = OFF)
When the "Show Extra" toggle is off, the following sections are hidden:
- Headers Section: Custom HTTP headers configuration
- Pre-Request Script: JavaScript code to run before requests
- Post-Request Script: JavaScript code to run after requests
These sections become visible when you toggle "Show Extra" on.
🔄 What's Always Visible
The following sections remain visible regardless of the toggle state:
- Method & URL: HTTP method selector and URL input
- Make Request Button: Primary action button
- Save Request Button: Save to collections
- Body Section: Request body (for POST, PUT, PATCH methods)
- Response Viewer: API response display with syntax highlighting
🐛 Bug Fixes- Fixed Firefox extension validation errors
- Corrected manifest.json format for Firefox Manifest V3
- Fixed extension ID mismatch with Mozilla Add-ons registration
🔧 Technical Changes
Frontend- Added
showExtrastate to tab service (tabService.js) - Updated
RequestPanelcomponent with Switch control - Conditional rendering for Headers and Scripts sections
- Added Material-UI Switch and FormControlLabel imports
Quelltext steht unter der MIT-Lizenz
Ältere Versionen
Version 1.0.0
Veröffentlicht 9. Okt. 2025 – 4,75 MBFunktioniert mit firefox 58.0 und höherQuelltext steht unter der MIT-Lizenz