Highlight Active Row Chrome Extension

Highlight Active Row chrome extension

Highlight Active Row for Chrome Download

Highlight Active Row chrome extension is Makes the currently selected table row more visible..

Makes the currently selected table row more visible..
This extension helps prevent mistaken data entry by making the currently selected table row more visible. Anytime an input box inside of a table is selected the entire table row gets its style changed. The goal is to make it extremely obvious which row you are currently inputting data on to reduce the chances of inputting data on the wrong row.

How it works:

The extension injects a small script that adds a 'focusin'/'focusout' event listener to the root document object.

When the 'focusin' event fires it starts at the event.target and traverses the DOM in search of a <tr> parent element. If <tr> is found it sets the inline style to a preset highlight style.

When the 'focusout' event fires it starts at the event.target and traverses the DOM in search of a <tr> parent element. If <tr> is found it clears the inline style.

Extra Details:

* The extension needs to be enabled the first time you visit a new website by clicking the extension icon and selecting `enable highlight active row on this domain` from the context menu. This allows the user to only run the extension on select websites.

* Currently has a hard set max_depth of 5 which limits how many parents it check before stopping. This should prevent all unnecessary dom traversing for nodes not connected to a table, but also allow some wiggle room if the input is in a <div> or two.

Future features:

- add an options page that allows the user to set a custom highlight style

This is an open source project. visit highlight-Active-Row's Github page for source code, to report bugs or to contribute.

https://github.com/tomrule007/highlight-active-row

Version History:

1.2.1: Fixed bug that required user to reload the extension on page changes.

1.2.0: Allow the user to enable/disable the extension for each website domain

1.1.0: Switched to focusin/focusout events & delegation which works with dynamically added content.

1.0.0: Event listener were attached to each input element on load & didn't work with dynamically added content.

How to install Highlight Active Row chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Highlight Active Row Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Highlight Active Row Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Highlight Active Row in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Highlight Active Row Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Highlight Active Row extension for your Chrome Web browser .

Highlight Active Row Chrome extension Download

Looking for a method to Highlight Active Row Download for Chrome then this download link is for you.

It is the Highlight Active Row Chrome extension download link you can download and install Chrome Browser.

Download Highlight Active Row chrome extension (CRX)

Tags: Event Listener , Focusin Focusout Event Listener , Preset Highlight Style , Focusin Event , Focusinfocusout Events Delegation , Tr Parent Element , Focusout Event , Root Document Object , Enable Highlight , Highlight Style , Visit Highlight , Table Row , Focusin Focusout , Entire Table Row , Hard Set Maxdepth , Open Source Project ,

Highlight Active Row Related Chrome Extensions