A simple Firefox extension that helps web developers visually identify and copy input IDs.
-
Highlight Input IDs: Whenever you hover over an input field or label, the associated input field's ID is displayed at the top of the page.
-
Lock ID Display: Clicking on an input field or label locks the displayed ID until another is clicked or the plugin is deactivated.
-
Easy Copy: With a simple click on the plugin's icon, copy the currently displayed ID to your clipboard.
- Clone this repository:
git clone https://github.com/YourUsername/input-id-highlighter.git
- Load the extension into Firefox:
- Go to about:debugging in Firefox.
- Click "This Firefox".
- Click "Load Temporary Add-on”.
- Navigate to the cloned repository and select the manifest.json file.