ChromeDevTools / ChromeDevTools/chrome-devtools-mcp
Is it possible to call the zoom in/out function of chrome browser
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 52.3k
- Forks
- 4.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 83
Description
Is your feature request related to a problem? Please describe.
I need to zoom out the current browser window to 80%, I can do it from chrome menu zoom manually, but cannot do it via MCP server prompt
Describe the solution you'd like
to do this by prompt directly, such as zoom out to 80%
Describe alternatives you've considered
I have tried similar prompt, it uses javascript document.body.style.zoom=80%, the result is not the same as chrome zoom out function, not good enough to fill in all my page content
Additional context
Other alternatives should be good as well
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start with the MCP server prompt path and investigate how Chrome menu zoom differs from document.body.style.zoom; done means a prompt can set the current Chrome browser window to a value such as 80% with the same effect as Chrome's native zoom.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100