POKEIT — Visual QA Inspector
Poke the UI, tell AI what to fix. Inspect any element, leave QA notes, and send context to your AI coding agent.
As of June 2026, POKEIT — Visual QA Inspector has 78 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersup 95.0 percent+95.0%
78
78
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
0.3.0
Manifest V3
90-day change · In the last 90 days this extension 3 version updates.
History
11 snapshotsTracking since Apr 2, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 2, 2026 | 40 | 5.00 | 1 | 0.2.2 |
| Apr 17, 2026 | 42 | 5.00 | 1 | 0.2.2 |
| Apr 23, 2026 | 64 | 5.00 | 1 | 0.2.2 |
| Apr 27, 2026 | 69 | 5.00 | 1 | 0.2.3 |
| May 5, 2026 | 73 | 5.00 | 1 | 0.2.3 |
| May 10, 2026 | 69 | 5.00 | 1 | 0.2.3 |
| May 16, 2026 | 74 | 5.00 | 1 | 0.2.3 |
| May 22, 2026 | 70 | 5.00 | 1 | 0.2.4 |
| May 29, 2026 | 69 | 5.00 | 1 | 0.2.4 |
| Jun 4, 2026 | 73 | 5.00 | 1 | 0.2.4 |
| Jun 10, 2026 | 80 | 5.00 | 1 | 0.3.0 |
| Now | 78 | 5.00 | 1 | 0.3.0 |
Changelog
- Jun 4, 2026description
POKEIT — Poke! the UI, tell AI what to fix. The visual QA inspector built for AI-powered development workflows. Click any element on your page, leave a note like "Make this 16px" or "Align to grid," and copy the full component context — tree structure, computed styles, and source paths — straight to your AI coding agent. ━━━━━━━━━━━━━━━━━━━━ 🆕 WHAT'S NEW IN 0.2.4 • Copy output now groups notes by page — multi-page sessions keep each URL's context intact • Notes panel pins the current page to the top with a `here` badge • Long element text auto-truncated at 60 chars with ellipsis for cleaner exports ━━━━━━━━━━━━━━━━━━━━ 🔍 INSPECT Press ⌥P (Option+P) or click the POKEIT icon to activate inspect mode. Hover over any element to see a 3-layer highlight showing margin, padding, and content boundaries. Click to select it. Use ↑↓ arrow keys to navigate to parent or child elements without re-clicking. POKEIT reads: • React component tree — names, nesting, and hierarchy • Parent component resolution — clicking a div shows "ProfileCard > div" instead of just "div" • Computed CSS styles — resolved values, not just class names • Smart class filter — strips hashed names (CSS Modules, styled-components, Emotion) and shows clean utilities • Source file paths and line numbers (via React fiber debug info) • Spacing overlap warnings between parent and child elements 🗒️ ANNOTATE Leave QA notes directly on any selected element. Describe what needs to change in plain language — "Font size should be 16px," "Remove this margin," "Match the height of the sibling card." Stack as many notes as you need across different components. Notes are scoped per page URL, so different routes keep separate annotations. The notes panel groups everything by page and pins the page you're currently on at the top with a `here` badge. 📋 COPY & SEND TO AI One click copies everything — component tree, styles, spacing warnings, and all your notes — grouped per page so each URL keeps its own header in the output. Long element text is automatically truncated at 60 characters for readability. Paste into ChatGPT, Claude, Cursor, Windsurf, or any AI coding agent. The AI gets full context to make precise code changes. 📸 SCREENSHOT Download a screenshot of the current page with one click from the QA panel for visual reference. ━━━━━━━━━━━━━━━━━━━━ WHY POKEIT? → For vibe coders & non-developers You see a UI bug but can't describe it precisely enough for the AI to fix. POKEIT bridges that gap — click the problem, describe the fix, and let the AI handle the code. → For designers who vibe code "The padding is wrong" is vague. "ProfileCard (src/components/ProfileCard.tsx:24) has padding 12px, should be 24px" is actionable. POKEIT generates the latter automatically. → For frontend developers Skip the back-and-forth. Get structured, copy-pasteable QA feedback with exact component paths and computed values instead of vague Slack messages. → Zero config Works on any website — production or localhost. No project setup, no dependencies, no build step. Just install and start inspecting. ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install POKEIT from Chrome Web Store 2. Visit any React website (production or localhost) 3. Press ⌥P or click the extension icon 4. Click any element to inspect it 5. Use ↑↓ to navigate to parent/child elements 6. Leave a note describing what to change 7. Click "Copy" — paste into your AI agent 8. AI makes the fix with full context ━━━━━━━━━━━━━━━━━━━━ FEATURES ✓ 3-layer box model highlight (margin / padding / content) ✓ React component tree with source file paths ✓ Parent component resolution (div → ProfileCard > div) ✓ Computed CSS property inspector ✓ Smart class filter — hashed names removed, clean utilities shown ✓ Spacing overlap detection (parent ↔ child) ✓ ↑↓ keyboard navigation for parent/child traversal ✓ Page-scoped notes — each URL keeps its own annotations ✓ Notes panel grouped by page — current page pinned to top with `here` badge ✓ Copy output grouped per page — each URL group carries its own header ✓ Long element text auto-truncated at 60 chars with ellipsis ✓ Multiple QA notes per page ✓ One-click copy formatted for AI agents ✓ Screenshot capture ✓ Works on localhost and production ✓ Keyboard shortcut (⌥P) for quick activation ✓ No sign-up required — completely free ━━━━━━━━━━━━━━━━━━━━ PRIVACY POKEIT runs entirely in your browser. No data is sent to any server. Your page content, styles, and notes stay local. The only network request is Chrome's built-in extension update check. ━━━━━━━━━━━━━━━━━━━━ Made for the vibe coding era. Poke it. Fix it. Ship it.
POKEIT — Poke! the UI, tell AI what to fix. The visual QA inspector built for AI-powered development workflows. Click any element on your page, leave a note like "Make this 16px" or "Align to grid," and copy the full component context — tree structure, computed styles, and source paths — straight to your AI coding agent. ━━━━━━━━━━━━━━━━━━━━ 🆕 WHAT'S NEW IN 0.3.0 • Query-aware page scoping — notes on `?tab=weekly` and `?tab=monthly` stay in separate buckets, while tracking parameters (utm_*, gclid, fbclid, etc.) are stripped automatically so they don't fragment your notes • Richer click-to-copy — the copy now also includes the site URL, the component's inner text (auto-extracted even from wrapper divs), and whatever you're still typing in the input • Disabled buttons are now inspectable — elements with `disabled`, `aria-disabled`, or `pointer-events: none` no longer fall through to the parent container • Style-isolated UI — the panel and popup are immune to the host page's global font, letter-spacing, and text-transform rules, so POKEIT always looks consistent • SPA-aware — tab switches via `history.pushState` instantly refresh markers and the notes panel, even if only the query string changes ━━━━━━━━━━━━━━━━━━━━ 🔍 INSPECT Press ⌥P (Option+P) or click the POKEIT icon to activate inspect mode. Hover over any element to see a 3-layer highlight showing margin, padding, and content boundaries. Click to select it. Use ↑↓ arrow keys to navigate to parent or child elements without re-clicking. POKEIT reads: • React component tree — names, nesting, and hierarchy • Parent component resolution — clicking a div shows "ProfileCard > div" instead of just "div" • Computed CSS styles — resolved values, not just class names • Smart class filter — strips hashed names (CSS Modules, styled-components, Emotion) and shows clean utilities • Source file paths and line numbers (via React fiber debug info) • Spacing overlap warnings between parent and child elements • Disabled / aria-disabled / pointer-events:none elements — still inspectable, no falling through to the parent 🗒️ ANNOTATE Leave QA notes directly on any selected element. Describe what needs to change in plain language — "Font size should be 16px," "Remove this margin," "Match the height of the sibling card." Stack as many notes as you need across different components. Notes are scoped per URL state — different routes, different tabs, even different `?filter=` states keep their own annotations. Tracking parameters (utm_*, gclid, etc.) are stripped so analytics noise doesn't fragment your buckets. The notes panel groups everything by page and pins the page you're currently on at the top with a `here` badge. 📋 COPY & SEND TO AI One click copies everything — the page URL, component tree, computed styles, the element's inner text, spacing warnings, all saved notes, AND whatever you're still typing in the input field. The output is grouped per page so each URL keeps its own header, and the first line uses a natural-language phrase ("POKE!T inspector — QA notes from the browser") so AI agents read it as feedback context instead of a project label. Long element text is automatically truncated at 60 characters for readability. Paste into ChatGPT, Claude, Cursor, Windsurf, or any AI coding agent. The AI gets full context to make precise code changes. 📸 SCREENSHOT Download a screenshot of the current page with one click from the QA panel for visual reference. ━━━━━━━━━━━━━━━━━━━━ WHY POKEIT? → For vibe coders & non-developers You see a UI bug but can't describe it precisely enough for the AI to fix. POKEIT bridges that gap — click the problem, describe the fix, and let the AI handle the code. → For designers who vibe code "The padding is wrong" is vague. "ProfileCard (src/components/ProfileCard.tsx:24) has padding 12px, should be 24px" is actionable. POKEIT generates the latter automatically. → For frontend developers Skip the back-and-forth. Get structured, copy-pasteable QA feedback with exact component paths and computed values instead of vague Slack messages. → Zero config Works on any website — production or localhost. No project setup, no dependencies, no build step. Just install and start inspecting. ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install POKEIT from Chrome Web Store 2. Visit any React website (production or localhost) 3. Press ⌥P or click the extension icon 4. Click any element to inspect it 5. Use ↑↓ to navigate to parent/child elements 6. Leave a note describing what to change 7. Click "Copy" — paste into your AI agent 8. AI makes the fix with full context ━━━━━━━━━━━━━━━━━━━━ FEATURES ✓ 3-layer box model highlight (margin / padding / content) ✓ React component tree with source file paths ✓ Parent component resolution (div → ProfileCard > div) ✓ Computed CSS property inspector ✓ Smart class filter — hashed names removed, clean utilities shown ✓ Spacing overlap detection (parent ↔ child) ✓ ↑↓ keyboard navigation for parent/child traversal ✓ Disabled / aria-disabled / pointer-events:none elements inspectable ✓ Query-aware page scoping — notes scoped per pathname + meaningful query + hash ✓ Tracking-parameter denylist — utm_*, gclid, fbclid, mc_eid and friends auto-stripped ✓ SPA route detection — `pushState` / `replaceState` / hash changes refresh markers instantly ✓ Notes panel grouped by page — current page pinned to top with `here` badge ✓ Copy output bundles URL + tree + styles + inner text + your in-progress note ✓ Natural-language copy header so AI agents read it as feedback, not a label ✓ Long element text auto-truncated at 60 chars with ellipsis ✓ Multiple QA notes per page ✓ One-click copy formatted for AI agents ✓ Screenshot capture ✓ Style-isolated UI — immune to host page fonts and letter-spacing ✓ Works on localhost and production ✓ Keyboard shortcut (⌥P) for quick activation ✓ No sign-up required — completely free ━━━━━━━━━━━━━━━━━━━━ PRIVACY POKEIT runs entirely in your browser. No data is sent to any server. Your page content, styles, and notes stay local. The only network request is Chrome's built-in extension update check. ━━━━━━━━━━━━━━━━━━━━ Made for the vibe coding era. Poke it. Fix it. Ship it. - May 16, 2026description
POKEIT — Poke! the UI, tell AI what to fix. The visual QA inspector built for AI-powered development workflows. Click any element on your page, leave a note like "Make this 16px" or "Align to grid," and copy the full component context — tree structure, computed styles, and source paths — straight to your AI coding agent. ━━━━━━━━━━━━━━━━━━━━ 🔍 INSPECT Press ⌥P (Option+P) or click the POKEIT icon to activate inspect mode. Hover over any element to see a 3-layer highlight showing margin, padding, and content boundaries. Click to select it. Use ↑↓ arrow keys to navigate to parent or child elements without re-clicking. POKEIT reads: • React component tree — names, nesting, and hierarchy • Parent component resolution — clicking a div shows "ProfileCard > div" instead of just "div" • Computed CSS styles — resolved values, not just class names • Smart class filter — strips hashed names (CSS Modules, styled-components, Emotion) and shows clean utilities • Source file paths and line numbers (via React fiber debug info) • Spacing overlap warnings between parent and child elements 🗒️ ANNOTATE Leave QA notes directly on any selected element. Describe what needs to change in plain language — "Font size should be 16px," "Remove this margin," "Match the height of the sibling card." Stack as many notes as you need across different components. Notes are scoped per page URL, so different routes keep separate annotations. 📋 COPY & SEND TO AI One click copies everything — component tree, styles, spacing warnings, and all your notes — formatted and ready to paste into ChatGPT, Claude, Cursor, Windsurf, or any AI coding agent. The AI gets full context to make precise code changes. 📸 SCREENSHOT Download a screenshot of the current page with one click from the QA panel for visual reference. ━━━━━━━━━━━━━━━━━━━━ WHY POKEIT? → For vibe coders & non-developers You see a UI bug but can't describe it precisely enough for the AI to fix. POKEIT bridges that gap — click the problem, describe the fix, and let the AI handle the code. → For designers who vibe code "The padding is wrong" is vague. "ProfileCard (src/components/ProfileCard.tsx:24) has padding 12px, should be 24px" is actionable. POKEIT generates the latter automatically. → For frontend developers Skip the back-and-forth. Get structured, copy-pasteable QA feedback with exact component paths and computed values instead of vague Slack messages. → Zero config Works on any website — production or localhost. No project setup, no dependencies, no build step. Just install and start inspecting. ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install POKEIT from Chrome Web Store 2. Visit any React website (production or localhost) 3. Press ⌥P or click the extension icon 4. Click any element to inspect it 5. Use ↑↓ to navigate to parent/child elements 6. Leave a note describing what to change 7. Click "Copy" — paste into your AI agent 8. AI makes the fix with full context ━━━━━━━━━━━━━━━━━━━━ FEATURES ✓ 3-layer box model highlight (margin / padding / content) ✓ React component tree with source file paths ✓ Parent component resolution (div → ProfileCard > div) ✓ Computed CSS property inspector ✓ Smart class filter — hashed names removed, clean utilities shown ✓ Spacing overlap detection (parent ↔ child) ✓ ↑↓ keyboard navigation for parent/child traversal ✓ Page-scoped notes — each URL keeps its own annotations ✓ Multiple QA notes per page ✓ One-click copy formatted for AI agents ✓ Screenshot capture ✓ Works on localhost and production ✓ Keyboard shortcut (⌥P) for quick activation ✓ No sign-up required — completely free ━━━━━━━━━━━━━━━━━━━━ PRIVACY POKEIT runs entirely in your browser. No data is sent to any server. Your page content, styles, and notes stay local. The only network request is Chrome's built-in extension update check. ━━━━━━━━━━━━━━━━━━━━ Made for the vibe coding era. Poke it. Fix it. Ship it.
POKEIT — Poke! the UI, tell AI what to fix. The visual QA inspector built for AI-powered development workflows. Click any element on your page, leave a note like "Make this 16px" or "Align to grid," and copy the full component context — tree structure, computed styles, and source paths — straight to your AI coding agent. ━━━━━━━━━━━━━━━━━━━━ 🆕 WHAT'S NEW IN 0.2.4 • Copy output now groups notes by page — multi-page sessions keep each URL's context intact • Notes panel pins the current page to the top with a `here` badge • Long element text auto-truncated at 60 chars with ellipsis for cleaner exports ━━━━━━━━━━━━━━━━━━━━ 🔍 INSPECT Press ⌥P (Option+P) or click the POKEIT icon to activate inspect mode. Hover over any element to see a 3-layer highlight showing margin, padding, and content boundaries. Click to select it. Use ↑↓ arrow keys to navigate to parent or child elements without re-clicking. POKEIT reads: • React component tree — names, nesting, and hierarchy • Parent component resolution — clicking a div shows "ProfileCard > div" instead of just "div" • Computed CSS styles — resolved values, not just class names • Smart class filter — strips hashed names (CSS Modules, styled-components, Emotion) and shows clean utilities • Source file paths and line numbers (via React fiber debug info) • Spacing overlap warnings between parent and child elements 🗒️ ANNOTATE Leave QA notes directly on any selected element. Describe what needs to change in plain language — "Font size should be 16px," "Remove this margin," "Match the height of the sibling card." Stack as many notes as you need across different components. Notes are scoped per page URL, so different routes keep separate annotations. The notes panel groups everything by page and pins the page you're currently on at the top with a `here` badge. 📋 COPY & SEND TO AI One click copies everything — component tree, styles, spacing warnings, and all your notes — grouped per page so each URL keeps its own header in the output. Long element text is automatically truncated at 60 characters for readability. Paste into ChatGPT, Claude, Cursor, Windsurf, or any AI coding agent. The AI gets full context to make precise code changes. 📸 SCREENSHOT Download a screenshot of the current page with one click from the QA panel for visual reference. ━━━━━━━━━━━━━━━━━━━━ WHY POKEIT? → For vibe coders & non-developers You see a UI bug but can't describe it precisely enough for the AI to fix. POKEIT bridges that gap — click the problem, describe the fix, and let the AI handle the code. → For designers who vibe code "The padding is wrong" is vague. "ProfileCard (src/components/ProfileCard.tsx:24) has padding 12px, should be 24px" is actionable. POKEIT generates the latter automatically. → For frontend developers Skip the back-and-forth. Get structured, copy-pasteable QA feedback with exact component paths and computed values instead of vague Slack messages. → Zero config Works on any website — production or localhost. No project setup, no dependencies, no build step. Just install and start inspecting. ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install POKEIT from Chrome Web Store 2. Visit any React website (production or localhost) 3. Press ⌥P or click the extension icon 4. Click any element to inspect it 5. Use ↑↓ to navigate to parent/child elements 6. Leave a note describing what to change 7. Click "Copy" — paste into your AI agent 8. AI makes the fix with full context ━━━━━━━━━━━━━━━━━━━━ FEATURES ✓ 3-layer box model highlight (margin / padding / content) ✓ React component tree with source file paths ✓ Parent component resolution (div → ProfileCard > div) ✓ Computed CSS property inspector ✓ Smart class filter — hashed names removed, clean utilities shown ✓ Spacing overlap detection (parent ↔ child) ✓ ↑↓ keyboard navigation for parent/child traversal ✓ Page-scoped notes — each URL keeps its own annotations ✓ Notes panel grouped by page — current page pinned to top with `here` badge ✓ Copy output grouped per page — each URL group carries its own header ✓ Long element text auto-truncated at 60 chars with ellipsis ✓ Multiple QA notes per page ✓ One-click copy formatted for AI agents ✓ Screenshot capture ✓ Works on localhost and production ✓ Keyboard shortcut (⌥P) for quick activation ✓ No sign-up required — completely free ━━━━━━━━━━━━━━━━━━━━ PRIVACY POKEIT runs entirely in your browser. No data is sent to any server. Your page content, styles, and notes stay local. The only network request is Chrome's built-in extension update check. ━━━━━━━━━━━━━━━━━━━━ Made for the vibe coding era. Poke it. Fix it. Ship it.
Permissions & access
- Permissions
- storageactiveTabdownloadsscripting
- Host access
- <all_urls>
Screenshots
About
POKEIT — Poke! the UI, tell AI what to fix.
The visual QA inspector built for AI-powered development workflows. Click any element on your page, leave a note like "Make this 16px" or "Align to grid," and copy the full component context — tree structure, computed styles, and source paths — straight to your AI coding agent.
━━━━━━━━━━━━━━━━━━━━
🆕 WHAT'S NEW IN 0.3.0
• Query-aware page scoping — notes on `?tab=weekly` and `?tab=monthly` stay in separate buckets, while tracking parameters (utm_*, gclid, fbclid, etc.) are stripped automatically so they don't fragment your notes
• Richer click-to-copy — the copy now also includes the site URL, the component's inner text (auto-extracted even from wrapper divs), and whatever you're still typing in the input
• Disabled buttons are now inspectable — elements with `disabled`, `aria-disabled`, or `pointer-events: none` no longer fall through to the parent container
• Style-isolated UI — the panel and popup are immune to the host page's global font, letter-spacing, and text-transform rules, so POKEIT always looks consistent
• SPA-aware — tab switches via `history.pushState` instantly refresh markers and the notes panel, even if only the query string changes
━━━━━━━━━━━━━━━━━━━━
🔍 INSPECT
Press ⌥P (Option+P) or click the POKEIT icon to activate inspect mode. Hover over any element to see a 3-layer highlight showing margin, padding, and content boundaries. Click to select it. Use ↑↓ arrow keys to navigate to parent or child elements without re-clicking.
POKEIT reads:
• React component tree — names, nesting, and hierarchy
• Parent component resolution — clicking a div shows "ProfileCard > div" instead of just "div"
• Computed CSS styles — resolved values, not just class names
• Smart class filter — strips hashed names (CSS Modules, styled-components, Emotion) and shows clean utilities
• Source file paths and line numbers (via React fiber debug info)
• Spacing overlap warnings between parent and child elements
• Disabled / aria-disabled / pointer-events:none elements — still inspectable, no falling through to the parent
🗒️ ANNOTATE
Leave QA notes directly on any selected element. Describe what needs to change in plain language — "Font size should be 16px," "Remove this margin," "Match the height of the sibling card." Stack as many notes as you need across different components. Notes are scoped per URL state — different routes, different tabs, even different `?filter=` states keep their own annotations. Tracking parameters (utm_*, gclid, etc.) are stripped so analytics noise doesn't fragment your buckets. The notes panel groups everything by page and pins the page you're currently on at the top with a `here` badge.
📋 COPY & SEND TO AI
One click copies everything — the page URL, component tree, computed styles, the element's inner text, spacing warnings, all saved notes, AND whatever you're still typing in the input field. The output is grouped per page so each URL keeps its own header, and the first line uses a natural-language phrase ("POKE!T inspector — QA notes from the browser") so AI agents read it as feedback context instead of a project label. Long element text is automatically truncated at 60 characters for readability. Paste into ChatGPT, Claude, Cursor, Windsurf, or any AI coding agent. The AI gets full context to make precise code changes.
📸 SCREENSHOT
Download a screenshot of the current page with one click from the QA panel for visual reference.
━━━━━━━━━━━━━━━━━━━━
WHY POKEIT?
→ For vibe coders & non-developers
You see a UI bug but can't describe it precisely enough for the AI to fix. POKEIT bridges that gap — click the problem, describe the fix, and let the AI handle the code.
→ For designers who vibe code
"The padding is wrong" is vague. "ProfileCard (src/components/ProfileCard.tsx:24) has padding 12px, should be 24px" is actionable. POKEIT generates the latter automatically.
→ For frontend developers
Skip the back-and-forth. Get structured, copy-pasteable QA feedback with exact component paths and computed values instead of vague Slack messages.
→ Zero config
Works on any website — production or localhost. No project setup, no dependencies, no build step. Just install and start inspecting.
━━━━━━━━━━━━━━━━━━━━
HOW IT WORKS
1. Install POKEIT from Chrome Web Store
2. Visit any React website (production or localhost)
3. Press ⌥P or click the extension icon
4. Click any element to inspect it
5. Use ↑↓ to navigate to parent/child elements
6. Leave a note describing what to change
7. Click "Copy" — paste into your AI agent
8. AI makes the fix with full context
━━━━━━━━━━━━━━━━━━━━
FEATURES
✓ 3-layer box model highlight (margin / padding / content)
✓ React component tree with source file paths
✓ Parent component resolution (div → ProfileCard > div)
✓ Computed CSS property inspector
✓ Smart class filter — hashed names removed, clean utilities shown
✓ Spacing overlap detection (parent ↔ child)
✓ ↑↓ keyboard navigation for parent/child traversal
✓ Disabled / aria-disabled / pointer-events:none elements inspectable
✓ Query-aware page scoping — notes scoped per pathname + meaningful query + hash
✓ Tracking-parameter denylist — utm_*, gclid, fbclid, mc_eid and friends auto-stripped
✓ SPA route detection — `pushState` / `replaceState` / hash changes refresh markers instantly
✓ Notes panel grouped by page — current page pinned to top with `here` badge
✓ Copy output bundles URL + tree + styles + inner text + your in-progress note
✓ Natural-language copy header so AI agents read it as feedback, not a label
✓ Long element text auto-truncated at 60 chars with ellipsis
✓ Multiple QA notes per page
✓ One-click copy formatted for AI agents
✓ Screenshot capture
✓ Style-isolated UI — immune to host page fonts and letter-spacing
✓ Works on localhost and production
✓ Keyboard shortcut (⌥P) for quick activation
✓ No sign-up required — completely free
━━━━━━━━━━━━━━━━━━━━
PRIVACY
POKEIT runs entirely in your browser. No data is sent to any server. Your page content, styles, and notes stay local. The only network request is Chrome's built-in extension update check.
━━━━━━━━━━━━━━━━━━━━
Made for the vibe coding era.
Poke it. Fix it. Ship it.Technical
- Version
- 0.3.0
- Manifest
- V3
- Size
- 36.98KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- dbjfemfcgaebmpnkppokcokefnihealm
- Developer ID
- ubee1caf2dfa9db6e50b301860d26f764
- Developer Email
- [email protected]
- Created
- Mar 6, 2026
- Last Updated (Store)
- Jun 4, 2026
- Last Scraped
- Jun 10, 2026
- Website
- pokeit.app
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to POKEIT — Visual QA Inspector, ranked by description similarity.
Pointa
AI-powered development annotations for local development projects and HTML files
85
★ 5.0
DesignQA
Edit any website visually and push real code to GitHub
218
★ 5.0
AgentEcho
Visual feedback annotation tool for developers
18
ElementAgent
Grab any element and send it to AI coding agents like Cursor and Claude Code
3
Open Web Inspector - AI Element Inspector
AI-controllable web element inspector with natural language interface. Type 'Make this text red' and get perfect CSS instructions!
80
★ 5.0
PRobe
AI review companion for GitHub PRs
12
Design Jam
Annotate any web page and export structured prompts for AI coding agents.
8
★ 5.0
Bunny Inspector
Capture page context (elements, screenshots, console, network) and export to your AI coding assistant for debugging
3
Data sourced from the Chrome Web Store · last verified Jun 10, 2026.