> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/programmy/chrome.md).

# chrome

- [Access A Value Logged To The Console](https://ploegert.gitbook.io/til/programmy/chrome/access-a-value-logged-to-the-console.md)
- [Chrome Supports Many Unix Keyboard Shortcuts](https://ploegert.gitbook.io/til/programmy/chrome/chrome-supports-many-unix-keyboard-shortcuts.md)
- [Copy Some Data From The Console](https://ploegert.gitbook.io/til/programmy/chrome/copy-some-data-from-the-console.md)
- [Duplicate The Current Tab](https://ploegert.gitbook.io/til/programmy/chrome/duplicate-the-current-tab.md)
- [Easier Access To Network Throttling Controls](https://ploegert.gitbook.io/til/programmy/chrome/easier-access-to-network-throttling-controls.md)
- [Pretty Print Tabular Data](https://ploegert.gitbook.io/til/programmy/chrome/pretty-print-tabular-data.md)
- [Reference The Selected Node](https://ploegert.gitbook.io/til/programmy/chrome/reference-the-selected-node.md)
- [Selecting DOM Elements Faster Than Ever](https://ploegert.gitbook.io/til/programmy/chrome/selecting-dom-elements-faster-than-ever.md)
- [Simulating Various Connection Speeds](https://ploegert.gitbook.io/til/programmy/chrome/simulating-various-connection-speeds.md)
- [Toggle Device Mode](https://ploegert.gitbook.io/til/programmy/chrome/toggle-device-mode.md)
- [Toggle Open The Console Drawer](https://ploegert.gitbook.io/til/programmy/chrome/toggle-open-the-console-drawer.md)
- [View Network Traffic For New Tabs](https://ploegert.gitbook.io/til/programmy/chrome/view-network-traffic-for-new-tabs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/programmy/chrome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
