b4ry / findParentChromeExtension

An open source Chrome extension to find a first non-static element's parent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find Parent Chrome Extension

License: MIT

Description 📄

An open source Chrome extension finding a first non-static parent element in order to facilitate the positioning of the parent's children elements.
The extension displays a small popup after clicking on the extension's icon.

image

User Guide 📚

Click here!

Installation Guide 🔨

The extension is not (YET) published in the Chrome Web Store but can be installed locally!

  1. Download the source code.
  2. Go to the Chrome browser and type "chrome://extensions" in the url search bar or click on the elipsis -> More tools -> Extensions:

image

  1. Toggle the Developer mode and then click on Load unpacked:

image

  1. Select the folder with the downloaded source code.
  2. Toggle on the extension:

image

About

An open source Chrome extension to find a first non-static element's parent.

License:MIT License


Languages

Language:JavaScript 87.4%Language:CSS 8.8%Language:HTML 3.8%