Generate unique CSS selectors for a DOM elementThe main purpose of this extension is to generate a unique CSS-Selector for a given HTML DOM Element. It may so happen that that if the element has no attributes , it generates on the nth-child which may give multiple paths. This is my first extension and I am hoping for improvements for this.
If the right click is disabled on a site, for anchors you can right click and select generate css-selector on browser toolbar
Below are few known issues which I would fix in long run.
1. disabling of this extension. Explicitly you can disable with chrome extensions.
Let me know if anything is not relevant or which may be missing.