Web Dev Toolkit Pro
Overview
Advanced tools: URL modification, SFMC unwrapping, Pixel Perfect image overlay, and an on-page Ruler.
🔧 App Name (Unofficial): Debug URL Extension 🎯 Purpose Your Chrome extension helps developers quickly manipulate URL parameters in the browser’s address bar — super useful for debugging or testing different environments and feature flags in web apps. 🧠Core Features 🌍 Environment Detection Automatically detects the current environment (e.g., dev, staging, prod) based on the domain of the active tab. Likely uses some logic like checking if the URL includes keywords like localhost, dev., staging., or prod.. 📝 URL Parameter Manipulation Lets users add, update, or remove query parameters (e.g., ?debug=true or ?user=test123) from the current tab's URL in real time. Updates the URL without reloading unnecessarily unless required. 💾 Smart Suggestions (Persistence) Remembers commonly used parameter names and values using chrome.storage.sync. These suggestions can autofill when a user starts typing. 🧹 Clear All Parameters One-click button to remove all query parameters from the current tab’s URL. 💬 Real-time Feedback Displays toast-like messages or status to the user (e.g., “Parameter added”, “URL updated”, “No environment detected”). 🧱 Tech Stack & APIs Chrome Extension APIs chrome.tabs: Get the current tab’s URL and update it. chrome.storage.sync: Save and sync suggestion data across browser sessions. Frontend A UI likely built with HTML + CSS + JavaScript (maybe React or Vanilla JS). Drop-downs for environment selection and autofill fields for parameters. Logic Parses and serializes query parameters using the URLSearchParams API. 📦 Typical Workflow You open the extension while on a webpage. It auto-detects the environment. You type/select a parameter (e.g., featureFlag=true). It updates the current tab’s URL. You get a confirmation message. Suggestions update over time based on usage.
0 out of 5No ratings
Details
- Version5.4
- UpdatedOctober 3, 2025
- Offered bymmoyaji
- Size46.59KiB
- LanguagesEnglish (United States)
- Developersan jose
C. San Jose de Rivas Rivas, San José 90210 CREmail
mmoyaji@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Support
For help with questions, suggestions, or problems, please open this page on your desktop browser