Easy Select icon

Easy Select

Extension Actions

How to install Open in Chrome Web Store
CRX ID
pljajbjialglekhmfpbmeobpbldjmglg
Description from extension meta

Get readable & maintainable css selector from elements

Image from store
Easy Select
Description from store

EasySelect helps web developers extract readable and maintainable CSS selectors from DOM elements.

It generates more meaningful selectors than Chrome's "Copy selector" feature.

Example:

❌ Chrome "Copy selector":
#TopstoryContent > div > div > div > div:nth-child(41) > div > div > h2 > div > a

✅ EasySelect:
div[itemprop='zhihu:question'] > a

More semantic. More stable.

Usage:
Right-click on any element and choose Inspect.
In the DevTools panel, look to the right of "Styles", "Computed", "Event Listeners", etc.
Customize your selector and click Export.

帮助Web开发者快速获取可读可维护的 CSS 选择器。

EasySelect 通常能够获取对开发人员来说比 Copy Selector 更佳的结果,比如:

❌ Chrome "Copy selector":
#TopstoryContent > div > div > div > div:nth-child(41) > div > div > h2 > div > a

✅ EasySelect:
div[itemprop='zhihu:question'] > a

使用方式:

1. 页面上右键,检查元素

2. 你可以在 inspector 的右侧找到 EasySelect,在"Styles, Computed, Event Listener ..."的后面

3. 定制你的选择器,并点击“导出”

Latest reviews

Levent E.
YEEEEEESSSSS… it’s back! A huge thank-you to the developer for bringing it back after the old version stopped working and was banned by Chrome. This extension is truly an amazing tool for identifying and inspecting classes, IDs, and so on. I used the previous version for years, and it saved me a lot of time and nerves. Thank you again for continuing the development of this Chrome extension. 💙