Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.72 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.72 KB

Logo

DOM Detective

This Chrome browser extension counts the total DOM elements on the current page and displays it in a convenient location on the web page.

GPLv3 License

Installation

To install an extension in developer mode, follow these steps:

  • Access the Extensions page by navigating to chrome://extensions in a new tab or by selecting Extensions from the Chrome menu (under More Tools).
  • Alternatively, click on the Extensions menu puzzle button and choose Manage Extensions from the bottom of the menu.
  • Toggle the switch for Developer Mode to enable it.
  • Then, click Load unpacked and choose the directory for the extension.

And there you have it! The extension has been installed successfully and a generic icon will represent it since no specific icon was included in the manifest.

Features

  • Accurate counting of all Document Object Model (DOM) elements on a web page
  • Display of the total number of DOM elements in a prominent location (top-right corner of the page)
  • Easy to use and integrate with your web browsing experience

Usage

  • Download and install the extension from the Chrome Web Store.
  • Once installed, navigate to any web page to see the total number of DOM elements displayed in the top-right corner.

Contributing

We welcome contributions to the DOM Element Counter project. If you have an idea for a new feature or a bug to report, please open an issue or submit a pull request.

License

This project is licensed under the GPLv3 license.

Authors