Copy DOM innerText 제작자: tnt
Copy the rendered innerText of a selected DOM node from the Inspector sidebar
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
Adds an "innerText" tab to the Firefox DevTools Inspector sidebar showing the rendered text of the currently selected DOM node.
How to use:
1. Open DevTools (F12) → Inspector tab
2. Click a node in the DOM tree
3. Switch to the "innerText" tab in the right sidebar
4. Click Copy innerText to copy the rendered text to clipboard
The display updates automatically as you select different nodes.
Use cases:
- Copy product listings from shopping sites (Amazon, etc.)
- Extract data from tables, error logs, code blocks
- Capture any rendered content that's tedious to select manually
Privacy: This extension collects NO data. It only reads
Source Code:
- https://github.com/ThachNgocTran/firefox-devtools-copy-innertext
How to use:
1. Open DevTools (F12) → Inspector tab
2. Click a node in the DOM tree
3. Switch to the "innerText" tab in the right sidebar
4. Click Copy innerText to copy the rendered text to clipboard
The display updates automatically as you select different nodes.
Use cases:
- Copy product listings from shopping sites (Amazon, etc.)
- Extract data from tables, error logs, code blocks
- Capture any rendered content that's tedious to select manually
Privacy: This extension collects NO data. It only reads
innerText from within DevTools and copies to clipboard. No network requests, no analytics, no tracking.Source Code:
- https://github.com/ThachNgocTran/firefox-devtools-copy-innertext
리뷰어 0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 클립보드에 데이터 넣기
- 열려있는 탭의 데이터에 접근하도록 개발자 도구 확장
데이터 수집:
- 개발자는 이 확장 기능이 데이터 수집을 요구하지 않는다고 밝히고 있습니다.
추가 정보