/chrome-extension-focused-element

Highlight the focusing element and log it in console.

Primary LanguageJavaScriptMIT LicenseMIT

Chrome Extension Focused Element

Chrome Web Store Build Status

During debugging a page, sometimes it is very hard to notice which element is focusing in the page. This extension will highlight the focusing element and log it in console. Even after turn off the extension, the developer can hover on the element in console to find back the element in DOM structure.

Install

The Focused Element extension can be installed from Chrome web store.

Contribute

  1. Clone this repository.
  2. Run npm install.
  3. In browser extension page, load unpack and choose this project folder.
  4. Make sure the following scripts are passed.
    • npm run build
    • npm run format

License

MIT License.