mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Updated readme
This commit is contained in:
@@ -5,3 +5,11 @@ This sample demonstrates using the devtools API to add a sidebar that displays t
|
||||
## Overview
|
||||
|
||||
The devtools window can be expanded with new elements created by the user. The extension contains html and js files that are injected into the devtools page to expand its functionality.
|
||||
|
||||
## Running this extension
|
||||
|
||||
1. Clone this repository.
|
||||
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
|
||||
3. Go to https://jqueryui.com/resources/demos/draggable/default.html (a site that uses jQuery).
|
||||
4. Open DevTools and select the div id="draggable" in the elements panel.
|
||||
5. Find the "jQuery Properties" section and open it to access the newly added sidear.
|
||||
|
||||
Reference in New Issue
Block a user